We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56ccd91 + 7eb2f34 commit 725c937Copy full SHA for 725c937
git-commit-push-script.sh
@@ -76,6 +76,8 @@ fi
76
# Echo the commit message
77
echo $commit_message
78
79
+$commit_message == null ? commit_message="Updated ${base_branch} branch" : echo "Commit message: $commit_message"
80
+
81
# Set the GIT_SSH_PASSPHRASE environment variables
82
export COMMIT_MESSAGE="$commit_message"
83
export TICKET="$ticket"
0 commit comments