From c0552d4a3a8a29d85e555c957d9ab0cbce980d45 Mon Sep 17 00:00:00 2001 From: Skydust Date: Wed, 25 Dec 2024 16:57:19 +0100 Subject: [PATCH] Fixing git push --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index e107bb6..38df573 100644 --- a/action.yml +++ b/action.yml @@ -50,6 +50,7 @@ runs: git config user.name "Release" original_url="$(git remote get-url origin)" + echo "HELLO $original_url" repo_url="${original_url#https://}" # Remove HTTPS new_url="https://x-access-token:${{ secrets.CI_GIT_WRITE_TOKEN }}@$repo_url" git remote set-url origin "$new_url"