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 fd2505e commit 735499fCopy full SHA for 735499f
.github/workflows/licensecheck.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
echo "Getting push type"
22
PUSH_TYPE='commit'
23
- FETCH_DEPTH=2
+ FETCH_DEPTH=10
24
if ${{ github.event.forced }} || ${{ github.event.before == '0000000000000000000000000000000000000000' }}; then
25
PUSH_TYPE='branch'
26
FETCH_DEPTH=0
0 commit comments