We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48a120 commit 99e9b8dCopy full SHA for 99e9b8d
.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 "##[name=branch;]${GITHUB_REF#refs/heads/}" >> GITHUB_OUTPUT
43
id: get_branch
44
45
echo-state:
0 commit comments