From 4138d5eec5b20dd140a2b49697d43fc0e983ef11 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 2 Oct 2023 15:12:16 -0500 Subject: [PATCH] wip: update repo --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index d448e9713..ae70b9502 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -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