Skip to content

Commit

Permalink
Merge pull request #43 from nroduit/patch-1
Browse files Browse the repository at this point in the history
The set-output command is deprecated and will be disabled soon. #42
  • Loading branch information
heinrichreimer committed Sep 18, 2023
2 parents dd946ce + 382b161 commit d5f9758
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 d5f9758

Please sign in to comment.