github/git: remove fetch depth settings

This commit is contained in:
Aly Raffauf 2024-07-04 19:03:38 -04:00
parent 7709618e40
commit 66cd452e23

View file

@ -12,8 +12,6 @@ jobs:
steps:
- name: check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "sync codeberg mirror"
uses: yesolutions/mirror-action@v0.7.0
with:
@ -25,8 +23,6 @@ jobs:
steps:
- name: check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "sync gitlab mirror"
uses: yesolutions/mirror-action@v0.7.0
with: