Skip to content

Commit f0a40b5

Browse files
committed
Replace deprecated set-output function.
1 parent 694929e commit f0a40b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ runs:
7777
exit 2; \
7878
fi
7979
80-
echo "::set-output name=url::$(echo $DEPLOY_STATUS_URL)"
80+
echo "url=$URL" >> $DEPLOY_STATUS_URL
8181
8282
echo "PlatformSH successfully deployed your PR."

0 commit comments

Comments
 (0)