Skip to content

Commit

Permalink
Merge pull request #14 from snow-actions/set-output
Browse files Browse the repository at this point in the history
Migrate set-output to GITHUB_OUTPUT
  • Loading branch information
SnowCait authored Dec 31, 2022
2 parents 0eca46f + d08549e commit 99bcce8
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 @@ -20,7 +20,7 @@ runs:
GREET="Hello ${WHO}"
echo "${GREET}"
echo "${GREET}" > greet.txt
echo "::set-output name=word::${GREET}"
echo "word=${GREET}" >> $GITHUB_OUTPUT
shell: bash
env:
WHO: ${{ inputs.who-to-greet }}

0 comments on commit 99bcce8

Please sign in to comment.