Skip to content

Commit

Permalink
Update update_nightly.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed Nov 26, 2024
1 parent 30bafbe commit 4432254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update_nightly.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def commit_to_nightly(commit_message:str) -> None:
subprocess.run(["git", "config", "--global", "user.name", "github-actions[bot]"])
subprocess.run(["git", "config", "--global", "user.email", "[email protected]"])
subprocess.run(["git", "commit", "--all", "-m", f"(AUTO) {commit_message}"])
subprocess.run(["cd", cwd])
os.chdir(cwd)


if __name__ == "__main__":
Expand Down

0 comments on commit 4432254

Please sign in to comment.