We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff3bcd commit f5aebbeCopy full SHA for f5aebbe
1 file changed
scripts/update-demo.py
@@ -56,7 +56,7 @@ def update_demo(
56
)
57
git("add", ".")
58
git("commit", "-m", f"chore: {last_update_commit} -> {current_commit}", "--no-verify")
59
- git("push")
+ git("push", "-u", "origin", current_branch)
60
61
except Exception as error:
62
typer.secho(f"error: {error}", fg="red")
0 commit comments