Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored and creyD committed Jul 20, 2023
1 parent 14297a2 commit f3c5328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ if _git_changed; then
if $INPUT_DRY; then
echo "Unpretty Files Changes:"
git diff
if INPUT_DRY_NO_FAIL; then
echo "There are chaanges that won't be commited, you can use an external job to do so".
if $INPUT_DRY_NO_FAIL; then
echo "There are changes that won't be commited, you can use an external job to do so".
else
echo "Finishing dry-run. Exiting before committing."
exit 1
Expand Down

0 comments on commit f3c5328

Please sign in to comment.