Improve --eventpath example command (#1243)

This commit is contained in:
Eunsub LEE 2022-07-06 13:38:11 +09:00 committed by GitHub
parent 6837307212
commit aea17b1aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -365,7 +365,7 @@ Every [GitHub event](https://developer.github.com/v3/activity/events/types) is a
```
```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.