From ff0cd25b72cf0e797cc03495a813868b4d71211f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 29 Nov 2020 18:20:57 +0100 Subject: [PATCH] fix push url --- ci/update-nur.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/update-nur.sh b/ci/update-nur.sh index f940b95dc..045efd635 100755 --- a/ci/update-nur.sh +++ b/ci/update-nur.sh @@ -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