Skip to content

Commit

Permalink
action debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed Jun 4, 2024
1 parent 392b960 commit b2eb15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
cd jcb_repo
pip install pyyaml
./jcb_client_init.py
echo "JCB_APP_REPO: $JCB_APP_REPO"
app_path=$(python jcb_client_path.py $JCB_APP_REPO)
echo "JCB_APP_REPO: ${{ github.repository }}"
app_path=$(python jcb_client_path.py ${{ github.repository }})
echo "Application path: $app_path"
cd $app_path
git checkout ${{ env.JCB_APP_BRANCH }}
Expand Down

0 comments on commit b2eb15c

Please sign in to comment.