Skip to content

Commit 735499f

Browse files
committed
Fixing
1 parent fd2505e commit 735499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/licensecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "Getting push type"
2222
PUSH_TYPE='commit'
23-
FETCH_DEPTH=2
23+
FETCH_DEPTH=10
2424
if ${{ github.event.forced }} || ${{ github.event.before == '0000000000000000000000000000000000000000' }}; then
2525
PUSH_TYPE='branch'
2626
FETCH_DEPTH=0

0 commit comments

Comments
 (0)