Skip to content

Commit 6c30991

Browse files
committed
<README UPDATE>
1 parent 50f50e7 commit 6c30991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rewrite_commit_msg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def rewrite_message(repo, message):
5858
token = os.environ.get("GH_PUSH_TOKEN")
5959
repo_url = os.environ.get("GITHUB_REPOSITORY")
6060
remote_url = f"https://x-access-token:{token}@github.com/{repo_url}.git"
61-
subprocess.run(["git", "push", remote_url, "HEAD:master", "--force-with-lease"], check=True)
61+
subprocess.run(["git", "push", remote_url, "HEAD:master", "--force"], check=True)
6262

6363
if __name__ == "__main__":
6464
set_remote_url_with_token()

0 commit comments

Comments
 (0)