Skip to content

Commit 58a3092

Browse files
authored
Remove deprecate set-output command
1 parent a147015 commit 58a3092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [[ "$ROLLBAR_DEPLOY_ID" == "null" ]]; then
5353
fi
5454

5555
# Done
56-
echo "::set-output name=deploy_id::$ROLLBAR_DEPLOY_ID"
56+
echo "deploy_id=$ROLLBAR_DEPLOY_ID" >> $GITHUB_OUTPUT
5757

5858
# Source map is provided
5959
if [[ "$SOURCE_MAP_FILES" ]]; then

0 commit comments

Comments
 (0)