Skip to content

Commit eaf2a60

Browse files
authored
Merge pull request #23 from fabn/patch-1
Remove deprecate set-output command
2 parents a147015 + 58a3092 commit eaf2a60

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)