https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
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
1580e4d1 80f2945a

+12
+12
.github/workflows/format-and-stamp.yml
··· 62 62 63 63 Co-authored-by: ${{ github.actor }} <$AUTHOR_EMAIL>" || exit 0 64 64 git push 65 + 66 + mirror: 67 + runs-on: blacksmith-2vcpu-ubuntu-2404 68 + needs: format-and-stamp 69 + steps: 70 + - uses: actions/checkout@v4 71 + with: 72 + fetch-depth: 0 73 + - uses: pixta-dev/repository-mirroring-action@v1 74 + with: 75 + target_repo_url: git@tangled.org:pvzm.net/game 76 + ssh_private_key: ${{ secrets.TANGLED_SSH_PRIVATE_KEY }}