mirror of
https://github.com/creyD/crush_action.git
synced 2026-04-12 11:40:30 +02:00
Fixed Copy&Paste Residue
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user