diff --git a/README.md b/README.md index c842769..d0034c4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # GitHub Crush Action -GitHub action for automatic lossless image compression using pngcrush for PNGs and jpegtran for JPEG. +GitHub action for automatic lossless image compression using OptiPNG for PNG compression. diff --git a/entrypoint.sh b/entrypoint.sh index d9eb7f7..00fabb5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -52,7 +52,6 @@ then git commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" ${INPUT_COMMIT_OPTIONS:+"$INPUT_COMMIT_OPTIONS"} _git_push echo "Changes pushed successfully." - fi else echo "Nothing to commit. Exiting." fi