From a8ec52e0a22e5b2946b0e9e65f09dc6e2977371e Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 18 Mar 2020 13:45:20 +0100 Subject: [PATCH] Fixed Copy&Paste Residue --- README.md | 2 +- entrypoint.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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