Skip to content

Commit

Permalink
fix: remove space from commit_prefix generation
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou authored Jun 17, 2023
1 parent 74fe72b commit e554975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ runs:
[ $ACTIONS_STEP_DEBUG ] && echo "subject=$subject"
# Extract the commit type
commit_prefix="${subject%%[(: ]*}"
commit_prefix="${subject%%[(:]*}"
[ $ACTIONS_STEP_DEBUG ] && echo "commit_prefix=$commit_prefix"
# Check if commit type is breaking changes
Expand Down

0 comments on commit e554975

Please sign in to comment.