From 8f6c4ec147382604c751e78f05462aadf0ffef9e Mon Sep 17 00:00:00 2001 From: Skydust Date: Sat, 28 Dec 2024 13:43:53 +0100 Subject: [PATCH] Hardcoded mila bot --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 87df257..5bc1646 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: repo_url="$(git remote get-url origin)" repo_url="${repo_url#https://}" # Remove HTTPS - GIT_NEW_URL="https://${GITHUB_REPOSITORY_OWNER}:${{ inputs.token }}@${repo_url}.git" + GIT_NEW_URL="https://MilaBot:${{ inputs.token }}@${repo_url}.git" git remote set-url origin "$GIT_NEW_URL" git config --local --unset http.https://${GITHUB_SERVER_URL#https://}/.extraheader @@ -76,4 +76,4 @@ runs: log_info "Fast-forwarding master to dev" git checkout master git merge --ff-only dev - git push --force-with-lease + git push