We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbc768 commit 3655b2aCopy full SHA for 3655b2a
entrypoint.sh
@@ -149,8 +149,8 @@ wait_for_workflow_to_finish() {
149
echo "Waiting for workflow to finish:"
150
echo "The workflow id is [${last_workflow_id}]."
151
echo "The workflow logs can be found at ${last_workflow_url}"
152
- echo "::set-output name=workflow_id::${last_workflow_id}"
153
- echo "::set-output name=workflow_url::${last_workflow_url}"
+ echo "workflow_id=$last_workflow_id" >> "$GITHUB_OUTPUT"
+ echo "workflow_url=$last_workflow_url" >> "$GITHUB_OUTPUT"
154
echo ""
155
156
conclusion=null
0 commit comments