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 7af0bc1 commit e654f7dCopy full SHA for e654f7d
README.md
@@ -14,7 +14,7 @@ See [Usage](#usage) for full documentation.
14
job:
15
example:
16
steps:
17
- - use: pauldraper/workflow-dispatch@v1.4
+ - use: pauldraper/workflow-dispatch@v1.5
18
with:
19
inputs: '{"color": "blue"}'
20
workflow: downstream.yml
@@ -37,7 +37,7 @@ on:
37
38
39
40
41
42
ref: refs/head/main
43
repo: example/example
@@ -60,7 +60,7 @@ on: [workflow_dispatch]
60
61
62
63
64
65
marker-input: upstream-url
66
0 commit comments