A Deno-powered backend service for Plants vs. Zombies: MODDED. [Read-only GitHub mirror] docs.pvzm.net
express typescript expressjs plant deno jspvz pvzm game online backend plants-vs-zombies zombie javascript plants modded vs plantsvszombies openapi pvz noads
1
fork

Configure Feed

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

add tangled mirror

authored by

Clay and committed by
GitHub
6c7dba23 5374024b

+12
+12
.github/workflows/lint-format.yml
··· 49 49 50 50 Co-authored-by: ${{ github.actor }} <${{ steps.get_commit_message.outputs.author_email }}>" || exit 0 51 51 git push 52 + 53 + mirror: 54 + runs-on: ubuntu-latest 55 + needs: lint-and-format 56 + steps: 57 + - uses: actions/checkout@v4 58 + with: 59 + fetch-depth: 0 60 + - uses: pixta-dev/repository-mirroring-action@v1 61 + with: 62 + target_repo_url: git@tangled.org:pvzm.net/backend 63 + ssh_private_key: ${{ secrets.TANGLED_SSH_PRIVATE_KEY }}