s/pull-request/pull_request
pull-request isn't an event type but pull_request is!
This commit is contained in:
parent
048759a125
commit
4c09cbb045
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ act -l
|
||||||
act
|
act
|
||||||
|
|
||||||
# Run a specific event:
|
# Run a specific event:
|
||||||
act pull-request
|
act pull_request
|
||||||
|
|
||||||
# Run a specific action:
|
# Run a specific action:
|
||||||
act -a test
|
act -a test
|
||||||
|
|
Loading…
Reference in a new issue