Skip to content

Commit

Permalink
action debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed May 24, 2024
1 parent d61e590 commit ddaad0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
# Determine if the branch exists in the jcb repo
BRANCH_NAME=${{ github.ref_name }}
echo "BRANCH NAME IS $BRANCH_NAME"
git ls-remote --exit-code --heads $JCB_REPO $BRANCH_NAME
if [ $? -eq 0 ]; then
echo "Branch $BRANCH_NAME exists in jcb repo."
Expand Down

0 comments on commit ddaad0e

Please sign in to comment.