We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791cdcf commit 456aaafCopy full SHA for 456aaaf
1 file changed
scripts/update-demo.py
@@ -67,7 +67,7 @@ def update_demo(
67
uv("lock")
68
git("add", ".")
69
git("commit", "-m", f"chore: {last_update_commit} -> {current_commit}", "--no-verify")
70
- git("push")
+ git("push", "-u", "origin", current_branch)
71
72
except Exception as error:
73
typer.secho(f"error: {error}", fg="red")
0 commit comments