Skip to content

Commit 3fc22ec

Browse files
authored
Merge pull request #18 from rtCamp/update/checkout
Add changes according to checkout action update
2 parents c75e86b + b2ac65d commit 3fc22ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
steps:
30-
- uses: actions/checkout@v1
30+
- uses: actions/checkout@v2
31+
with:
32+
ref: ${{ github.event.pull_request.head.sha }}
3133
- uses: rtCamp/action-phpcs-code-review@master
3234
env:
3335
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

0 commit comments

Comments
 (0)