Fix check-update.yml (#2747)

尝试修复workflow
This commit is contained in:
Gamom
2024-02-06 18:33:27 +08:00
committed by GitHub
parent 59ab49e0c5
commit 2740bdeb77

View File

@@ -66,7 +66,7 @@ jobs:
name: ${{ env.HMCL_TAG_NAME }}
tag_name: ${{ env.HMCL_TAG_NAME }}
stable-check-update:
if: ${{ github.repository_owner == 'huanghongxun' }}
if: ${{ github.repository_owner == 'HMCL-dev' }}
needs: dev-check-update
runs-on: ubuntu-latest
steps: