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 31a74af commit 415625fCopy full SHA for 415625f
.github/workflows/test.yml
@@ -27,10 +27,11 @@ jobs:
27
workflow: dispatch.yml
28
workflow_inputs: "{\"cake\":\"delicious\"}"
29
workflow_timeout_seconds: 30
30
- - name: Output fetched Run ID
+ - name: Evaluate that the Run ID output has been set
31
run: |
32
if ["${{ steps.return_dispatch.outputs.run_id }}" == ""]; then
33
echo "Failed to return Run ID"
34
exit 1
35
fi
36
+ - name: Output fetched Run ID
37
run: echo ${{ steps.return_dispatch.outputs.run_id }}
action.yml
@@ -1,5 +1,5 @@
1
name: "Return Dispatch"
2
-description: "Return the run ID for a dispatched action."
+description: "Dispatch an action and return the new run ID."
3
author: "Alex Miller"
4
branding:
5
icon: "refresh-cw"
0 commit comments