Skip to content

Commit

Permalink
Don't reuse identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 6, 2021
1 parent c53d4b9 commit 3d1a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get branch name
shell: bash
run: echo "##[set-output name=github_branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: save_branch
id: get_branch_name
- name: Make branch name available as Bash variable
run: GITHUB_BRANCH=${GITHUB_REF#refs/heads/}
- run: >-
Expand Down

0 comments on commit 3d1a984

Please sign in to comment.