Skip to content

Commit e35a09e

Browse files
authored
Update deploy.yml
1 parent 99e9b8d commit e35a09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
result-encoding: string
4040
- name: Get branch name
4141
shell: bash
42-
run: echo "##[name=branch;]${GITHUB_REF#refs/heads/}" >> GITHUB_OUTPUT
42+
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
4343
id: get_branch
4444

4545
echo-state:

0 commit comments

Comments
 (0)