fix: shallow update not allowed
This commit is contained in:
parent
fc2403291c
commit
6f7b068361
3
.github/workflows/backup.yml
vendored
3
.github/workflows/backup.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for all branches and tags
|
||||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
@ -26,4 +28,3 @@ jobs:
|
||||
run: |
|
||||
git push -u gitea --all --force
|
||||
git push -u gitea --tags --force
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user