all repos — scriptura @ 92f732399832a22f0680dcdbd2336992b4ac221a

a corner in $HOME for your scripts

mirror readme to GitHub

Alin
commit

92f732399832a22f0680dcdbd2336992b4ac221a

parent

6c65e36985e24737e5a4a1906bb137d16e6f6eb2

1 file changed, 17 insertions(+), 0 deletions(-)

changed files
A .forgejo/workflows/mirror.yml
@@ -0,0 +1,17 @@
+on: + push: + branches: + - main + +jobs: + mirror: + runs-on: codeberg-tiny-lazy + steps: + - name: Filter repository + uses: https://codeberg.org/alinnow/mirror-only-readme@v1.0.1 + with: + other_forge_token: ${{ secrets.OTHER_FORGE_TOKEN }} + prune_empty: never + paths: | + README.md + LICENSE