Improve --eventpath example command (#1243)
This commit is contained in:
parent
6837307212
commit
aea17b1aa6
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ Every [GitHub event](https://developer.github.com/v3/activity/events/types) is a
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
act -e pull-request.json
|
act pull_request -e pull-request.json
|
||||||
```
|
```
|
||||||
|
|
||||||
Act will properly provide `github.head_ref` and `github.base_ref` to the action as expected.
|
Act will properly provide `github.head_ref` and `github.base_ref` to the action as expected.
|
||||||
|
|
Loading…
Reference in a new issue