action: small fix to cmfa core-update trigger
This commit is contained in:
parent
66f2962685
commit
3af9854812
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "*"
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- Alpha
|
- Alpha
|
||||||
|
@ -25,4 +25,4 @@ jobs:
|
||||||
-H "Authorization: token ${{ steps.generate-token.outputs.token }}" \
|
-H "Authorization: token ${{ steps.generate-token.outputs.token }}" \
|
||||||
-d '{"event_type": "core-updated"}'
|
-d '{"event_type": "core-updated"}'
|
||||||
# Send "core-updated" to MetaCubeX/ClashMetaForAndroid to trigger update-dependencies
|
# Send "core-updated" to MetaCubeX/ClashMetaForAndroid to trigger update-dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue