Skip to content

Commit e7ccbc8

Browse files
authored
Merge pull request #4694 from hamirmahal/fix/warning-for-set-output
fix: warning for `set-output` command
2 parents c302a71 + 5d0471c commit e7ccbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: current_branch
2828
shell: bash
2929
run: |
30-
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
30+
echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT
3131
- uses: dtolnay/rust-toolchain@nightly
3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)