Skip to content

Commit

Permalink
Merge pull request #9 from satoryu/master
Browse files Browse the repository at this point in the history
Use $GITHUB_OUTPUT instead of set-output
  • Loading branch information
sergeysova committed Jan 14, 2023
2 parents acfe8e3 + 241ca47 commit a3f0d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if ($INPUT_MULTILINE); then
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
fi

echo "::set-output name=value::$OUTPUT"
echo "value=$OUTPUT" >> $GITHUB_OUTPUT

0 comments on commit a3f0d4f

Please sign in to comment.