Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: smallkirby <[email protected]>
  • Loading branch information
smallkirby committed Jan 15, 2025
1 parent bd3ed96 commit 5c0e461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/cherry-picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def cherry_pick_to_branch(commit_sha, target_branch):

# Cherry-pick the commit
result = subprocess.run(
["git", "cherry-pick", commit_sha],
["git", "cherry-pick", "-m", "1", commit_sha],
capture_output=True,
text=True,
)
Expand Down

0 comments on commit 5c0e461

Please sign in to comment.