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:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Fetch all history for all branches and tags
|
||||||
|
|
||||||
- name: Set up Git
|
- name: Set up Git
|
||||||
run: |
|
run: |
|
||||||
@ -26,4 +28,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git push -u gitea --all --force
|
git push -u gitea --all --force
|
||||||
git push -u gitea --tags --force
|
git push -u gitea --tags --force
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user