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