Document update: Checkout PR head sha

Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
pull/102/head
Riddhesh Sanghvi 5 years ago
parent 5881116d18
commit a4ec47d55a
No known key found for this signature in database
GPG Key ID: CBCB9063FDCDC2A6

@ -89,7 +89,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
```yaml
- uses: actions/checkout@v2-beta
with:
ref: ${{ github.event.after }}
ref: ${{ github.event.pull_request.head.sha }}
```
# License

Loading…
Cancel
Save