ci: use fetch-depth
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m2s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Successful in 13s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m2s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Successful in 13s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
This commit is contained in:
parent
e09f8979fc
commit
e41f6d9eb6
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout código
|
- name: Checkout código
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # ✅ clone completo
|
||||||
|
|
||||||
- name: Push para o repositório espelho
|
- name: Push para o repositório espelho
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue