Skip to content

Commit

Permalink
Update python exection (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zevwings authored Dec 25, 2024
1 parent fc675cf commit 240cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-branch-name/generate-branch-name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generate_branch_name() {
fi

# 将输入文本传递给 Python 脚本
result=$(python3 $SCRIPT_DIR/generate-branch-name.py "$1" "$2" "$3")
python3 $SCRIPT_DIR/generate-branch-name.py "$1" "$2" "$3"

# 检查函数返回值
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 240cfd4

Please sign in to comment.