diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index ffc45b5..1a9500f 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -78,6 +78,6 @@ jobs: git add . if git commit -m "auto: update packages" ; then git remote remove origin - git remote add origin "https://xddxdd-bot:$API_TOKEN_GITHUB@github.com/xddxdd/nur-packages.git" + git remote add origin "https://xddxdd-bot:$API_TOKEN_GITHUB@github.com/xddxdd/nix-cachyos-kernel.git" git push -u origin master fi