Skip to content

Commit

Permalink
Debug print branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed May 17, 2024
1 parent 0cdf753 commit 001f20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Extract branch name
shell: bash
run: echo "BRANCH_NAME=${{ github.head_ref }} | sed 's/\//-/g')" >> $GITHUB_ENV
run: echo "BRANCH_NAME=$(echo ${{ github.head_ref }} | sed 's/\//-/g')" >> $GITHUB_ENV

- name: Debug print branch name
shell: bash
Expand Down

0 comments on commit 001f20f

Please sign in to comment.