From 7fd7d05ad6a44e5a37d51838893d48daa79a4e35 Mon Sep 17 00:00:00 2001 From: Liren Date: Mon, 1 Jul 2024 14:26:11 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3330155..867111e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -309,7 +309,8 @@ do export GHRS_GITHUB_API_TOKEN="${INPUT_OWNTOKEN}" set +e - git push --set-upstream origin https://rhinempi:${INPUT_OWNTOKEN}@github.com/rhinempi/github-repo-stats.git + git remote set-url origin https://rhinempi:${INPUT_OWNTOKEN}@github.com/rhinempi/github-repo-stats.git + git push PUSH_ECODE=$? set -e set +x