Skip to content

Commit

Permalink
Document update: Checkout PR head sha (actions#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 authored and ericsciple committed Dec 10, 2019
1 parent 5881116 commit cab3161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cab3161

Please sign in to comment.