actions-marketplace-validations/Thumbnails generator
Generates thumbnails from existing repository image folder
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 15, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/subic_ghaction-thumbnails@6548d9ec238b544910aef3577323f2cae7c2bd59 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source images folder | yes | images |
| output | Thumbnails output folder | yes | thumbnails |
| sizes | Thumbnail sizes | yes | 480 |
| subfolder | Thumbnails subfolder pattern | no | %D |
| filename | Thumbnail filename pattern | no | %F |
| extensions | Image extensions filter | no | jpg, jpeg, png, webp, gif, tiff |
| fit | How the images should be resized to dimensions | no | cover |
| position | Position, gravity or strategy for fit: cover or contain | no | — |
| enlarge | Enlarge smaller images to thumbnail dimensions | no | true |
| overwrite | Overwrite existing images | no | false |
Outputs
| name | description |
|---|---|
| thumbnails | Processed thumbnails folder |