Fix wrong repo name

This commit is contained in:
shilangyu 2022-01-14 19:44:47 +01:00
parent ca4fa3f871
commit 0422b32d9b
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ jobs:
- linux-build
- windows-build
runs-on: ubuntu-latest
if: github.repository == 'krawieck/lemmur'
if: github.repository == 'LemmurOrg/lemmur'
steps:
- uses: actions/checkout@v2