wip: update repo
This commit is contained in:
parent
2d4c0c8c69
commit
4138d5eec5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Setup Mirror (${{ matrix.name }})
|
- name: Setup Mirror (${{ matrix.name }})
|
||||||
run: |
|
run: |
|
||||||
git filter-repo --path examples/${{matrix.name}}
|
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 add .
|
||||||
git commit -m "[ci]: mirror from `withastro/astro`"
|
git commit -m "[ci]: mirror from `withastro/astro`"
|
||||||
git push --force
|
git push --force
|
||||||
|
|
Loading…
Reference in a new issue