style: reindent

This commit is contained in:
peaceiris 2019-09-20 14:59:10 +09:00
parent b16172a44d
commit c647ffeac6
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ if [[ ${INPUT_EMPTYCOMMITS} == "true" ]]; then
git commit --allow-empty -m "${COMMIT_MESSAGE}"
else
git commit -m "${COMMIT_MESSAGE}" || \
print_info "No changes detected, skipping deployment" && \
exit 0
print_info "No changes detected, skipping deployment" && \
exit 0
fi
git push origin "${remote_branch}"