Pick all depths for checkout
This commit is contained in:
parent
35ba88a852
commit
d4692d45cb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-authors.yml
vendored
2
.github/workflows/update-authors.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Generate AUTHORS file (Name <email> format)
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue