We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ea148 commit 344bc09Copy full SHA for 344bc09
ci/scripts/towncrier_automation.py
@@ -76,7 +76,7 @@ def main(argv: Sequence[str] | None = None) -> None:
76
# push
77
if not args.dry_run:
78
subprocess.run(
79
- ["git", "push", "--set-upstream=origin", branch_name], check=True
+ ["git", "push", "--set-upstream", "origin", branch_name], check=True
80
)
81
else:
82
print("Dry run, not pushing")
0 commit comments