Skip to content

Commit

Permalink
Remove set-output in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Antosik committed Apr 10, 2024
1 parent 6e01fa7 commit ddd653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-spellcheck-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ddd653d

Please sign in to comment.