We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdb840 commit 2760c29Copy full SHA for 2760c29
1 file changed
.github/workflows/install.yml
@@ -183,6 +183,7 @@ jobs:
183
# https://mirrorchyan.com/
184
- name: Trigger MirrorChyanUploading
185
if: false
186
+ # if: ${{ github.repository_owner == 'MaaXYZ' }}
187
shell: bash
188
run: |
189
gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_release.yml -f tag=${{ needs.meta.outputs.tag }}
0 commit comments