Force push to branch
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2025-04-13 17:14:23 +02:00
parent 3f71159ecf
commit c4432e6f66

View File

@ -128,6 +128,7 @@ def push_changes(cwd: Path, branch_name: str, issue_number: str, issue_title: st
f"title={issue_title}",
"-o",
f"description=This pull request resolves #{issue_number}"
'-o', 'force-push',
]
run_cmd(cmd, cwd)