We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b2408 commit c48a120Copy full SHA for c48a120
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
result-encoding: string
40
- name: Get branch name
41
shell: bash
42
- run: echo "##[set-output name=branch;]${GITHUB_REF#refs/heads/}"
+ run: echo "##[name=branch;]${GITHUB_REF#refs/heads/} >> GITHUB_OUTPUT"
43
id: get_branch
44
45
echo-state:
0 commit comments