Skip to content

Commit a7945ab

Browse files
authored
fix get message of head commit (#309)
1 parent 5409775 commit a7945ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 3
35+
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3536
# require to get the previous commit for getting their messages
3637
# in a PR the last commit is the commit merge with main
3738

0 commit comments

Comments
 (0)