Skip to content

Commit

Permalink
Update gitlab.yml revert
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Feb 4, 2025
1 parent bd9c2ad commit 473e581
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Mirror to GitLab
uses: docker://joekamprad/repository-mirroring-action:latest
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:endeavouros-filemirror/PKGBUILDS.git
ssh_private_key: ${{ secrets.GITLAB_SYNC }}
ssh_username: git
target_repo_url:
[email protected]:endeavouros-filemirror/EndeavourOS-ISO.git
ssh_private_key:
${{ secrets.GITLAB_SYNC }}

0 comments on commit 473e581

Please sign in to comment.