Skip to content

Commit

Permalink
fix: use new way from GitHub to set outputs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber authored Oct 24, 2022
1 parent 414dd00 commit 8c261d5
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 @@ -26,4 +26,4 @@ runs:
text="${text//'%'/'%25'}"
text="${text//$'\n'/'%0A'}"
text="${text//$'\r'/'%0D'}"
echo "::set-output name=value::$text"
echo "value=$text" >> $GITHUB_OUTPUT

0 comments on commit 8c261d5

Please sign in to comment.