We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60034b0 + c091d4b commit 5c87af0Copy full SHA for 5c87af0
1 file changed
commit
@@ -29,9 +29,9 @@ done
29
30
if [ "$IS_IGNORED" == false ]
31
then
32
- echo "Commiting with branch name-> $CURRENT_BRANCH"
33
- eval $COMMIT_WITH_BRANCH
+ echo "Commiting with branch name-> $CURRENT_BRANCH"
+ eval $COMMIT_WITH_BRANCH
34
else
35
- echo "Commiting with default branch"
36
- eval $DEFAULT_COMMIT
+ echo "Commiting with default branch"
+ eval $DEFAULT_COMMIT
37
fi
0 commit comments