File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ if [[ "$no_commit" != true ]] ; then
6868 echo -e " ${BY} Pushing bump${plural_suffix} to Git...\n${NC} "
6969 git push
7070 fi
71+ git_action=" updated" $( [[ " $no_commit " != true ]] && echo -n " /committed" ) $(
72+ [[ " $no_push " != true ]] && echo -n " /pushed" )
73+ echo -e " \n${BG} Success! ${# bumped_manifests[@]} manifest${plural_suffix} ${git_action} to GitHub${NC} "
7174fi
7275
7376# Final SUMMARY log
74- git_action=" updated" $( [[ " $no_commit " != true ]] && echo -n " /committed" ) $(
75- [[ " $no_push " != true ]] && echo -n " /pushed" )
76- echo -e " \n${BG} Success! ${# bumped_manifests[@]} manifest${plural_suffix} ${git_action} to GitHub${NC} "
7777for manifest in " ${bumped_manifests[@]} " ; do echo -e " ± $manifest " ; done # log manifests bumped
You can’t perform that action at this time.
0 commit comments