fix push url
This commit is contained in:
parent
989ac48953
commit
ff0cd25b72
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ else
|
|||
git commit -m "automatic update"
|
||||
# in case we are getting overtaken by a different job
|
||||
git pull --rebase origin master
|
||||
git push $API_TOKEN_GITHUB@github.com:nix-community/NUR HEAD:master
|
||||
git push "https://$API_TOKEN_GITHUB@github.com/nix-community/NUR" HEAD:master
|
||||
fi
|
||||
|
||||
git -C nur-combined pull --rebase origin master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue