actions-marketplace-validations/Action Image
Posts a image on actions (on the given line if provided), useful for CI/CD & End2End screenshots
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 19, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/edunad_actions-image@eef0041f6e888b797e3d11c3eee4791c01e08780 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Github token, can be secrets.GITHUB_TOKEN | yes | "" |
| path | Image path glob (Ex: **/*.png) | yes | "" |
| title | Comment title | no | "" |
| uploadHost | Upload host (Default: https://litterbox.catbox.moe/resources/internals/api.php) | no | https://litterbox.catbox.moe/resources/internals/api.php |
| annotationTag | The tag to look for in the provided images base64 name (ex: tests/mytest.spec.js[--]80:40.png) | no | [--] |
| annotationLevel | The annotation level (Default: notice | Supported values: notice, warning, failure) | no | notice |
Outputs
no outputs