Skip to content

Commit c48a120

Browse files
authored
Update deploy.yml to remove set output
1 parent 64b2408 commit c48a120

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 "##[set-output name=branch;]${GITHUB_REF#refs/heads/}"
42+
run: echo "##[name=branch;]${GITHUB_REF#refs/heads/} >> GITHUB_OUTPUT"
4343
id: get_branch
4444

4545
echo-state:

0 commit comments

Comments
 (0)