this repo has no description
1name: Codeberg Sync
2on:
3 push:
4 branches:
5 - "**"
6
7jobs:
8 codeberg:
9 runs-on: ubuntu-latest
10 steps:
11 - uses: actions/checkout@v4
12 with:
13 fetch-depth: 0
14 - uses: yesolutions/mirror-action@master
15 with:
16 REMOTE: git@codeberg.org:arcuru/cmprss.git
17 GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
18 GIT_SSH_NO_VERIFY_HOST: "true"