actions-marketplace-validations/Image Optimization
Optimizing images in your repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| file | Relative path under $GITHUB_WORKSPACE to the repository. Defaults to $GITHUB_WORKSPACE. | — | — |
| branch | The branch to scan when optimizing images. | — | staging |
| commit-branch | The branch to use when committing optimized images. | — | — |
| commit-message | The message to use when committing changes. | — | [image-optimization] automated change |
| committer | The committer name and email address in the format `Display Name <email@address.com>`. Defaults to the GitHub Actions bot user. | — | GitHub <noreply@github.com> |
| dryrun | If true, no changes will be made to the repo | no | false |
Outputs
no outputs