From 3fc0aa34fbde38f3b09bd733cfaac1da4c805185 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Sun, 19 Jan 2025 23:15:08 +0800 Subject: [PATCH] fix(github): update Gitea sync URL for repository mirroring --- .github/workflows/gitea-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitea-sync.yml b/.github/workflows/gitea-sync.yml index 9e441a6..807f860 100644 --- a/.github/workflows/gitea-sync.yml +++ b/.github/workflows/gitea-sync.yml @@ -16,4 +16,4 @@ jobs: - name: Trigger Gitea sync run: | echo "Triggering Gitea sync" - curl 'https://git.suyiiyii.top/api/v1/repos/suyiiyii/hertz101/mirror-sync' -X POST -H 'Authorization: token ${{ secrets.GITEATOKEN }}' \ No newline at end of file + curl 'https://git.suyiiyii.top/api/v1/repos/ssyg/hertz101/mirror-sync' -X POST -H 'Authorization: token ${{ secrets.GITEATOKEN }}' \ No newline at end of file