Fix repo URL in auto-update.yml

This commit is contained in:
Yuhui Xu 2025-12-09 01:17:15 -08:00 committed by GitHub
parent dbdb00123f
commit 26167a6319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,6 @@ jobs:
git add . git add .
if git commit -m "auto: update packages" ; then if git commit -m "auto: update packages" ; then
git remote remove origin 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 git push -u origin master
fi fi