mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
github/git: remove fetch depth settings
This commit is contained in:
parent
7709618e40
commit
66cd452e23
4
.github/workflows/git-sync-mirrors.yml
vendored
4
.github/workflows/git-sync-mirrors.yml
vendored
|
@ -12,8 +12,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: check out repository
|
- name: check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: "sync codeberg mirror"
|
- name: "sync codeberg mirror"
|
||||||
uses: yesolutions/mirror-action@v0.7.0
|
uses: yesolutions/mirror-action@v0.7.0
|
||||||
with:
|
with:
|
||||||
|
@ -25,8 +23,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: check out repository
|
- name: check out repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: "sync gitlab mirror"
|
- name: "sync gitlab mirror"
|
||||||
uses: yesolutions/mirror-action@v0.7.0
|
uses: yesolutions/mirror-action@v0.7.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue