A GitHub action to resize your images within the folder they are.
- name: Image Resizer Inplace
uses: xprilion/img-resizer-inplace@v1
with:
# Folder in which images are stored
target: # default is images
# New resolution for images
dimensions: # default is 500x
This action uses mogrify
at its core. To understand more about the tool and how to define dimensions read this guide on mogrify
Check out a sample of how to use this action -