Browse Source

Merge pull request #982 from Islandora/rosiel-patch-1

Specify fetch-depth during mirroring to gitlab.
pull/743/merge
Annie Oelschlager 12 months ago committed by GitHub
parent
commit
58d1b37f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/gitlab-mirror.yml

2
.github/workflows/gitlab-mirror.yml

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:

Loading…
Cancel
Save