Skip to content

Commit

Permalink
The set-output command is deprecated and will be disabled soon. #42
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit authored Sep 16, 2023
1 parent 6653241 commit 382b161
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 @@ -164,5 +164,5 @@ if [[ -e "$FILE" ]]; then
CONTENT="${CONTENT//'%'/'%25'}"
CONTENT="${CONTENT//$'\n'/'%0A'}"
CONTENT="${CONTENT//$'\r'/'%0D'}"
echo ::set-output name=changelog::"$CONTENT"
echo "changelog=$CONTENT" >> $GITHUB_OUTPUT
fi

0 comments on commit 382b161

Please sign in to comment.