Skip to content

Commit

Permalink
Replace deprecated set-output function.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasben committed Nov 24, 2022
1 parent 694929e commit f0a40b5
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 @@ -77,6 +77,6 @@ runs:
exit 2; \
fi
echo "::set-output name=url::$(echo $DEPLOY_STATUS_URL)"
echo "url=$URL" >> $DEPLOY_STATUS_URL
echo "PlatformSH successfully deployed your PR."

0 comments on commit f0a40b5

Please sign in to comment.