Skip to content

Commit

Permalink
Update deploy.yml to remove set output
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim authored Nov 1, 2023
1 parent 64b2408 commit c48a120
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 "##[set-output name=branch;]${GITHUB_REF#refs/heads/}"
run: echo "##[name=branch;]${GITHUB_REF#refs/heads/} >> GITHUB_OUTPUT"
id: get_branch

echo-state:
Expand Down

0 comments on commit c48a120

Please sign in to comment.