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 858d76d commit 5c8a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "JCB_APP_REPO: ${{ github.repository }}"
echo "Currect directory: $(pwd)"
app_path=$(python jcb_client_path.py ${{ github.repository }})
echo "Application path: $app_path"
echo "Application path : $app_path"
cd $app_path
git checkout ${{ env.JCB_APP_BRANCH }}
Expand Down

0 comments on commit 5c8a013

Please sign in to comment.