We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a147015 + 58a3092 commit eaf2a60Copy full SHA for eaf2a60
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