Changes base action for codeberg mirror

This commit is contained in:
Alicia Sykes 2022-07-30 22:27:03 +01:00 committed by GitHub
parent 1d6925b950
commit ca5ca8be88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -10,12 +10,10 @@ jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
- uses: actions/checkout@v2
with:
source_repo: "lissy93/awesome-privacy"
source_branch: "main"
destination_repo: "git@codeberg.org:alicia/awesome-privacy.git"
destination_branch: "main"
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: "git@codeberg.org:alicia/awesome-privacy.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH }}