Skip to content

Commit

Permalink
修复 mirror action
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Feb 6, 2025
1 parent 952ea28 commit 345481d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
- uses: pixta-dev/repository-mirroring-action@v1.0.0
with:
target_repo_url: [email protected]:whyour/qinglong.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PK }}
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
- uses: pixta-dev/repository-mirroring-action@v1.0.0
with:
target_repo_url: [email protected]:whyour/qinglong.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PK }}
Expand Down

0 comments on commit 345481d

Please sign in to comment.