Skip to content

Commit 15422ad

Browse files
committed
Fix doc typos
1 parent e82e293 commit 15422ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ job:
2323
**downstream.yml**
2424
2525
```yml
26-
on: [workflow_dispatch]
26+
on:
27+
workflow_dispatch:
28+
inputs:
29+
color:
2730
```
2831
2932
### Different repository, and wait for finish
@@ -36,7 +39,6 @@ job:
3639
steps:
3740
- use: pauldraper/[email protected]
3841
with:
39-
inputs: '{"color": "blue"}'
4042
ref: refs/head/main
4143
repo: example/example
4244
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)