mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
style: reindent
This commit is contained in:
parent
b16172a44d
commit
c647ffeac6
@ -78,8 +78,8 @@ if [[ ${INPUT_EMPTYCOMMITS} == "true" ]]; then
|
|||||||
git commit --allow-empty -m "${COMMIT_MESSAGE}"
|
git commit --allow-empty -m "${COMMIT_MESSAGE}"
|
||||||
else
|
else
|
||||||
git commit -m "${COMMIT_MESSAGE}" || \
|
git commit -m "${COMMIT_MESSAGE}" || \
|
||||||
print_info "No changes detected, skipping deployment" && \
|
print_info "No changes detected, skipping deployment" && \
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git push origin "${remote_branch}"
|
git push origin "${remote_branch}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user