this repo has no description
0
fork

Configure Feed

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

build: setting up Github<->Codeberg syncing

+20
+18
.github/workflows/codeberg-mirror.yml
··· 1 + name: Codeberg Sync 2 + on: 3 + push: 4 + branches: 5 + - '**' 6 + 7 + jobs: 8 + codeberg: 9 + runs-on: ubuntu-latest 10 + steps: 11 + - uses: actions/checkout@v3 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"
+2
README.md
··· 5 5 [![coverage](https://img.shields.io/codecov/c/github/arcuru/cmprss)](https://codecov.io/gh/arcuru/cmprss) 6 6 ![license](https://img.shields.io/github/license/arcuru/cmprss) 7 7 8 + **Mirrored on [GitHub](https://github.com/arcuru/cmprss) and [Codeberg](https://codeberg.org/arcuru/cmprss). GitHub is the official repo, but use either repo to contribute. Issues can't be synced so there may be some duplicates.** 9 + 8 10 **Status: Alpha.** 9 11 CLI is relatively stable but likely contains bugs, and there may be future breaking changes. 10 12