Pick all depths for checkout

This commit is contained in:
Lucas Gabriel 2025-04-11 12:05:58 -03:00
parent 35ba88a852
commit d4692d45cb
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -14,6 +14,8 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Generate AUTHORS file (Name <email> format) - name: Generate AUTHORS file (Name <email> format)
run: | run: |