ci: auto trigger mirrorchyan
This commit is contained in:
parent
4b31cce73c
commit
1bf6ee956f
|
@ -183,3 +183,11 @@ jobs:
|
||||||
files: DoroHelper.exe
|
files: DoroHelper.exe
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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 }}
|
||||||
|
|
Loading…
Reference in New Issue