Fixed Copy&Paste Residue

This commit is contained in:
2020-03-18 13:45:20 +01:00
parent 787a7d7e68
commit a8ec52e0a2
2 changed files with 1 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# GitHub Crush Action # 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.

View File

@@ -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 commit -m "$INPUT_COMMIT_MESSAGE" --author="$GITHUB_ACTOR <$GITHUB_ACTOR@users.noreply.github.com>" ${INPUT_COMMIT_OPTIONS:+"$INPUT_COMMIT_OPTIONS"}
_git_push _git_push
echo "Changes pushed successfully." echo "Changes pushed successfully."
fi
else else
echo "Nothing to commit. Exiting." echo "Nothing to commit. Exiting."
fi fi