Delete Pet_Schedule_HD.jpeg #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Image Resizer Action | ||
uses: sharadcodes/[email protected] | ||
with: | ||
image-folder: '/tree/main/HTC/protocols/MTM/media' # This is a Required field & this folder has original images | ||
new-resolution: '1300x2600' # This is Required field | ||
output-folder: "/tree/main/HTC/protocols/MTM/media/new_images" # This is Required field & this folder will be used to store resized images | ||
on: | ||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: |