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.
2 parents 7e4119e + bfa0c33 commit c6a13dfCopy full SHA for c6a13df
entrypoint.sh
@@ -155,8 +155,8 @@ wait_for_workflow_to_finish() {
155
echo "Waiting for workflow to finish:"
156
echo "The workflow id is [${last_workflow_id}]."
157
echo "The workflow logs can be found at ${last_workflow_url}"
158
- echo "::set-output name=workflow_id::${last_workflow_id}"
159
- 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
160
echo ""
161
162
conclusion=null
0 commit comments