From 7be6751650f275140a6197265c2511f8f6654fe8 Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Sun, 21 Jan 2024 16:57:21 +0800 Subject: [PATCH] fix: trigger-cmfa-update --- .github/workflows/trigger-cmfa-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trigger-cmfa-update.yml b/.github/workflows/trigger-cmfa-update.yml index d767657e3..d9523a07c 100644 --- a/.github/workflows/trigger-cmfa-update.yml +++ b/.github/workflows/trigger-cmfa-update.yml @@ -15,7 +15,7 @@ on: - Alpha jobs: - # Send "core-updated" to MetaCubeX/MihomoForAndroid to trigger update-dependencies + # Send "core-updated" to MetaCubeX/ClashMetaForAndroid to trigger update-dependencies trigger-CMFA-update: runs-on: ubuntu-latest steps: @@ -27,7 +27,7 @@ jobs: - name: Trigger update-dependencies run: | - curl -X POST https://api.github.com/repos/MetaCubeX/MihomoForAndroid/dispatches \ + curl -X POST https://api.github.com/repos/MetaCubeX/ClashMetaForAndroid/dispatches \ -H "Accept: application/vnd.github.everest-preview+json" \ -H "Authorization: token ${{ steps.generate-token.outputs.token }}" \ - -d '{"event_type": "core-updated"}' \ No newline at end of file + -d '{"event_type": "core-updated"}'