mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 19:18:07 +02:00
Fix repo URL in auto-update.yml
This commit is contained in:
parent
dbdb00123f
commit
26167a6319
2
.github/workflows/auto-update.yml
vendored
2
.github/workflows/auto-update.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user