Skip to content

Commit 7300146

Browse files
committed
Fix version references
1 parent 6dc091d commit 7300146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Trigger Github Action workflows, and optionally wait for the result.
1212
job:
1313
example:
1414
steps:
15-
- use: pauldraper/workflow-dispatch@v1
15+
- use: pauldraper/workflow-dispatch@v1.1
1616
with:
1717
inputs: '{"color": "blue"}'
1818
owner: example # defaults to current owner
@@ -43,7 +43,7 @@ downstream run.
4343
job:
4444
example:
4545
steps:
46-
- use: pauldraper/workflow-dispatch@v1
46+
- use: pauldraper/workflow-dispatch@v1.1
4747
with:
4848
marker-input: upstream-url
4949
token: "${{ secrets.GH_TOKEN }}"

0 commit comments

Comments
 (0)