Skip to content

Commit

Permalink
Update mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt authored Oct 5, 2024
1 parent 15e6b60 commit a37b550
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Pushes the contents of the repo to the Codeberg mirror
name: Mirror to Codeberg
on: push
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: { fetch-depth: 0 }
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@codeberg.org:Freakybob/Freakybob.site
ssh_private_key: ${{ secrets.CODEBERG_SSH }}
# name: Mirror to Codeberg
# on: push
# jobs:
# codeberg:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# with: { fetch-depth: 0 }
# - uses: pixta-dev/repository-mirroring-action@v1
# with:
# target_repo_url: git@codeberg.org:Freakybob/Freakybob.site
# ssh_private_key: ${{ secrets.CODEBERG_SSH }}

0 comments on commit a37b550

Please sign in to comment.