helaili / jekyll-action

A GitHub Action to publish Jekyll based content as a GitHub Pages site
MIT License
250 stars 120 forks source link

Action does not fail when git push fails #165

Closed hfrSchmidt closed 1 year ago

hfrSchmidt commented 1 year ago

Currently the action shows a success when the git push command on Line 194 in entrypoint.sh fails. This should not be the case imho since the output is not present in the target branch afterwards.

hfrSchmidt commented 1 year ago

Just saw that this duplicates #143 Sorry for that. Closing.