fix workflows (#2733)

This commit is contained in:
zkitefly
2024-02-03 20:37:29 +08:00
committed by GitHub
parent 3952b6e3a8
commit 22e1e6344f
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
dev-check-update:
if: ${{ github.repository_owner == 'huanghongxun' }}
if: ${{ github.repository_owner == 'HMCL-dev' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3