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 6dc091d commit 7300146Copy full SHA for 7300146
README.md
@@ -12,7 +12,7 @@ Trigger Github Action workflows, and optionally wait for the result.
12
job:
13
example:
14
steps:
15
- - use: pauldraper/workflow-dispatch@v1
+ - use: pauldraper/workflow-dispatch@v1.1
16
with:
17
inputs: '{"color": "blue"}'
18
owner: example # defaults to current owner
@@ -43,7 +43,7 @@ downstream run.
43
44
45
46
47
48
marker-input: upstream-url
49
token: "${{ secrets.GH_TOKEN }}"
0 commit comments