ci: fix repository names in name checks

This commit is contained in:
raf 2024-07-22 00:40:25 +03:00
commit 0e360fa999
Signed by: NotAShelf
GPG key ID: AF26552424E53993
5 changed files with 11 additions and 10 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
update:
if: github.repository == 'notashelf/nyxpkgs'
if: github.repository == 'notashelf/nyxexprs'
runs-on: ubuntu-latest
permissions: