1
0
Fork 0

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