We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbb8d5 commit 64b1c70Copy full SHA for 64b1c70
action.yml
@@ -25,6 +25,7 @@ runs:
25
steps:
26
- uses: actions/checkout@v4
27
with:
28
+ ref: ${{ github.event.pull_request.head.sha }} # https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit
29
fetch-depth: 2 # https://github.com/actions/checkout#checkout-head
30
31
- uses: ruby/setup-ruby@v1
0 commit comments