From 1bf6ee956f46c2551e53e9685a660e28876ef942 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 7 Jun 2025 22:35:15 +0800 Subject: [PATCH] ci: auto trigger mirrorchyan --- .github/workflows/Compile AHK 2.0 and Release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/Compile AHK 2.0 and Release.yml b/.github/workflows/Compile AHK 2.0 and Release.yml index 8d12a43..093d2e7 100644 --- a/.github/workflows/Compile AHK 2.0 and Release.yml +++ b/.github/workflows/Compile AHK 2.0 and Release.yml @@ -183,3 +183,11 @@ jobs: files: DoroHelper.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Trigger MirrorChyanUploading + shell: bash + run: | + gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_uploading + gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_release_note + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}