copyrights - fetch depth 50
This commit is contained in:
parent
b46f9c7acc
commit
72ac4f0952
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-main.yml
vendored
2
.github/workflows/ci-main.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
copyright: # check takes a bit longer and does not need to run in docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- { uses: actions/checkout@v4, with: { fetch-depth: 0 } }
|
||||
- { uses: actions/checkout@v4, with: { fetch-depth: 50 } }
|
||||
|
||||
- name: Copyright check
|
||||
run: ./update_copyrights --output=
|
||||
|
|
Loading…
Add table
Reference in a new issue