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 62332e9 commit 26d8ae6Copy full SHA for 26d8ae6
action.yaml
@@ -1,5 +1,5 @@
1
-name: 'Workflow Dispatch'
2
-description: 'Trigger and chain GitHub Actions workflows with workflow_dispatch events'
+name: 'Workflow Dispatch and wait'
+description: 'Trigger and chain GitHub Actions workflows with workflow_dispatch events and wait for result'
3
4
inputs:
5
workflow:
package.json
@@ -13,7 +13,7 @@
13
"worflow",
14
"trigger"
15
],
16
- "author": "Ben Coleman",
+ "author": "Aurélien Baudet",
17
"license": "MIT",
18
"devDependencies": {
19
"@actions/core": "1.2.6",
0 commit comments