Skip to content

Commit

Permalink
Remove use of set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlinx committed Oct 12, 2022
1 parent cc8470f commit 570c366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ jobs:
steps:
- name: Short SHA
id: short-sha
run: echo "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)"
run: echo "sha7=$(echo ${GITHUB_SHA} | cut -c1-7)" >> $GITHUB_OUTPUT

- name: Create Release
id: create_release
Expand Down

0 comments on commit 570c366

Please sign in to comment.