Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Nov 1, 2023
1 parent 99e9b8d commit e35a09e
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 @@ -39,7 +39,7 @@ jobs:
result-encoding: string
- name: Get branch name
shell: bash
run: echo "##[name=branch;]${GITHUB_REF#refs/heads/}" >> GITHUB_OUTPUT
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
id: get_branch

echo-state:
Expand Down

0 comments on commit e35a09e

Please sign in to comment.