Skip to content

Commit 1596adc

Browse files
authored
docs: update README.md
1 parent de25f76 commit 1596adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
33+
fetch-depth: 0 # required for merge-base check
3334
- uses: commit-check/commit-check-action@v1
3435
env:
3536
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments

0 commit comments

Comments
 (0)