this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 500 B view raw
1name: Codeberg Sync 2on: 3 push: 4 branches: 5 - "**" 6 7jobs: 8 codeberg: 9 runs-on: ubuntu-latest 10 steps: 11 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 12 with: 13 fetch-depth: 0 14 - uses: yesolutions/mirror-action@662fce0eced8996f64d7fa264d76cddd84827f33 # 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"