Skip to content

Commit

Permalink
fix: Set fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
adintegra committed Nov 28, 2024
1 parent 4f25290 commit 688133c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps: # <-- must use actions/checkout@v4 before mirroring!
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:interactivethings/visualization-tool.git
Expand Down

0 comments on commit 688133c

Please sign in to comment.