fixed owner name

This commit is contained in:
Kevin Papst
2022-12-26 17:27:25 +01:00
parent 6a524f9f7c
commit 1e492624cc

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: fail on fork
if: github.repository_owner != 'kevinpapst'
if: github.repository_owner != 'kimai'
run: exit 1
update_release_draft: