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 5409775 commit a7945abCopy full SHA for a7945ab
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: actions/checkout@v4
33
with:
34
fetch-depth: 3
35
+ ref: ${{ github.event.pull_request.head.sha || github.ref }}
36
# require to get the previous commit for getting their messages
37
# in a PR the last commit is the commit merge with main
38
0 commit comments