Skip to content

Commit

Permalink
#7 replace deprecated ::set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiroma committed Feb 18, 2023
1 parent fbafdc8 commit 0deec06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
steps:
- name: "Compute SHA"
id: sha
run: echo "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)"
run: echo "sha7=$(echo ${GITHUB_SHA} | cut -c1-7)" >> "$GITHUB_OUTPUT"
shell: bash

- name: 'Compress release'
Expand Down

0 comments on commit 0deec06

Please sign in to comment.