diff --git a/.github/workflows/run_jcb_basic_testing.yaml b/.github/workflows/run_jcb_basic_testing.yaml index de73834..5253e2a 100644 --- a/.github/workflows/run_jcb_basic_testing.yaml +++ b/.github/workflows/run_jcb_basic_testing.yaml @@ -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."