wip: update repo

This commit is contained in:
Nate Moore 2023-10-02 15:12:16 -05:00
parent 2d4c0c8c69
commit 4138d5eec5

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Mirror (${{ matrix.name }})
run: |
git filter-repo --path examples/${{matrix.name}}
git remote set-url origin https://github.com/withastro/template-${{matrix.name}}.git
git remote set-url origin https://github.com/natemoo-re/astro-template-${{matrix.name}}.git
git add .
git commit -m "[ci]: mirror from `withastro/astro`"
git push --force