Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuru committed Oct 2, 2024
1 parent ca43582 commit a8cd2bb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/codeberg-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Codeberg Sync
on:
push:
branches:
- '**'
- "**"

jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: git@codeberg.org:arcuru/pokem.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: git@codeberg.org:arcuru/pokem.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"

0 comments on commit a8cd2bb

Please sign in to comment.