Skip to content

Commit 5b9a78d

Browse files
committed
test: checkout all branches and tags
1 parent d1c0d5b commit 5b9a78d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit
18+
fetch-depth: 0 # all history for all branches and tags
1819
- uses: ./ # self test
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments

0 commit comments

Comments
 (0)