wooldata/Visual Evidence
Publish durable, exact-revision images or before/after screenshots to a GitHub pull request without a browser or file picker.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| evidence-root | Directory containing before/manifest.json, after/manifest.json, and capture images. | no | — |
| image-root | Directory of PNG images to publish without before/after comparison semantics. | no | — |
| images | Newline-delimited PNG paths to publish individually. | no | — |
| summary | Short reviewer-facing explanation of the visible change. | yes | — |
| pull-request-number | Pull request number. Defaults to the current pull_request event. | no | ${{ github.event.pull_request.number }} |
| repository | GitHub repository in owner/name form. | no | ${{ github.repository }} |
| github-token | GITHUB_TOKEN or a user token with repository contents and pull-request comment write access. | yes | — |
| comment-author-login | Login used to find this publisher's existing comment. Override for a custom GitHub App token. | no | — |
| assets-branch | Protected append-only branch used to retain evidence commits. | no | visual-evidence-assets |
| publish-status | Publish visual-evidence/published commit status. Requires statuses write permission. | no | false |
| use-source | Compile from the checked-out Action source for contributor testing. Consumers should keep this false. | no | false |
Outputs
| name | description |
|---|---|
| asset-commit | Immutable commit containing the published images. |
| capture-count | Number of images or before/after capture pairs published. |
| mode | Publication mode, either comparison or images. |