Skip to content

Commit e654f7d

Browse files
committed
Version 1.5
1 parent 7af0bc1 commit e654f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
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.4
17+
- use: pauldraper/workflow-dispatch@v1.5
1818
with:
1919
inputs: '{"color": "blue"}'
2020
workflow: downstream.yml
@@ -37,7 +37,7 @@ on:
3737
job:
3838
example:
3939
steps:
40-
- use: pauldraper/workflow-dispatch@v1.4
40+
- use: pauldraper/workflow-dispatch@v1.5
4141
with:
4242
ref: refs/head/main
4343
repo: example/example
@@ -60,7 +60,7 @@ on: [workflow_dispatch]
6060
job:
6161
example:
6262
steps:
63-
- use: pauldraper/workflow-dispatch@v1.4
63+
- use: pauldraper/workflow-dispatch@v1.5
6464
with:
6565
marker-input: upstream-url
6666
workflow: downstream.yml

0 commit comments

Comments
 (0)