We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25369f7 commit 2d8ebcbCopy full SHA for 2d8ebcb
script/deploy-actions.sh
@@ -17,8 +17,8 @@ pushd "$SRC" &>/dev/null
17
e_info "Adding commit info"
18
git add --all
19
git \
20
- -c user.name "${GIT_USER:-GitHub}" \
21
- -c user.email "${GIT_EMAIL:-noreply@github.com}" \
+ -c user.name="${GIT_USER:-GitHub}" \
+ -c user.email="${GIT_EMAIL:-noreply@github.com}" \
22
commit --quiet --message "${COMMIT_MSG}" --message "$source_msg"
23
24
e_info "Pushing to GitHub"
0 commit comments