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 b04477d commit 33f40de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
BRANCH_NAME=${BRANCH_REF#refs/heads/}
fi
echo "Branch name: $BRANCH_NAME"
# Determine if the branch exists in the jcb repo
BRANCH_NAME=${{ github.ref }}
echo "BRANCH NAME IS $BRANCH_NAME"
git ls-remote --exit-code --heads $JCB_REPO $BRANCH_NAME
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 33f40de

Please sign in to comment.