From 2024d1793c858ffacc34c4510829a492ba99f431 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Mon, 20 Jan 2025 12:08:31 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=A7=BB=E9=99=A4=20Gitea=20Sync=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 .github/workflows/gitea-sync.yml 文件 - 移除了 Gitea Sync 相关的 CI 配置 --- .github/workflows/gitea-sync.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/gitea-sync.yml diff --git a/.github/workflows/gitea-sync.yml b/.github/workflows/gitea-sync.yml deleted file mode 100644 index 807f860..0000000 --- a/.github/workflows/gitea-sync.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Gitea Sync -on: - push: - branches: [ "main", "manifest" ] - workflow_dispatch: - workflow_run: - workflows: ["Docker Build and Publish"] - types: - - completed - - -jobs: - trigger-gitea-sync: - runs-on: ubuntu-latest - steps: - - name: Trigger Gitea sync - run: | - echo "Triggering Gitea sync" - 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