We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a147015 commit 58a3092Copy full SHA for 58a3092
1 file changed
entrypoint.sh
@@ -53,7 +53,7 @@ if [[ "$ROLLBAR_DEPLOY_ID" == "null" ]]; then
53
fi
54
55
# Done
56
-echo "::set-output name=deploy_id::$ROLLBAR_DEPLOY_ID"
+echo "deploy_id=$ROLLBAR_DEPLOY_ID" >> $GITHUB_OUTPUT
57
58
# Source map is provided
59
if [[ "$SOURCE_MAP_FILES" ]]; then
0 commit comments