Skip to content

Commit e82e293

Browse files
committed
Version 1.4
1 parent 5242e0b commit e82e293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See [Usage](#usage) for full documentation.
1414
job:
1515
example:
1616
steps:
17-
- use: pauldraper/workflow-dispatch@v1.1
17+
- use: pauldraper/workflow-dispatch@v1.4
1818
with:
1919
inputs: '{"color": "blue"}'
2020
workflow: downstream.yml
@@ -34,7 +34,7 @@ on: [workflow_dispatch]
3434
job:
3535
example:
3636
steps:
37-
- use: pauldraper/workflow-dispatch@v1.1
37+
- use: pauldraper/workflow-dispatch@v1.4
3838
with:
3939
inputs: '{"color": "blue"}'
4040
ref: refs/head/main
@@ -58,7 +58,7 @@ on: [workflow_dispatch]
5858
job:
5959
example:
6060
steps:
61-
- use: pauldraper/workflow-dispatch@v1.1
61+
- use: pauldraper/workflow-dispatch@v1.4
6262
with:
6363
marker-input: upstream-url
6464
workflow: downstream.yml

0 commit comments

Comments
 (0)