We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b73612 commit 894a136Copy full SHA for 894a136
commit
@@ -41,9 +41,9 @@ done
41
42
if [ "$IS_IGNORED" == false ]
43
then
44
- echo "Commiting with branch name -> $CURRENT_BRANCH"
45
- eval $COMMIT_WITH_BRANCH
+ echo "Commiting with branch name -> $CURRENT_BRANCH"
+ eval $COMMIT_WITH_BRANCH
46
else
47
- echo "Commiting with default branch"
48
- eval $DEFAULT_COMMIT
+ echo "Commiting with default branch"
+ eval $DEFAULT_COMMIT
49
fi
0 commit comments