ezcdlabs/Setup clarity
Install git-clarity and optionally report a pipeline event to refs/clarity/events. The job needs `permissions: contents: write` for the report call to succeed (clarity pushes to a git ref).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Explicit clarity version to install (e.g. v0.1.1). Defaults to the action ref if it looks like a semver tag, otherwise the latest GitHub release. | no | "" |
| stage | Pipeline stage to report. Either `ci` or `deploy` — clarity is deliberately limited to those two stages. When combined with status, the action also runs `git clarity report <stage> <status>` after installing. | no | "" |
| status | Status to report (started, passed, failed, skipped). When combined with stage, the action also runs `git clarity report <stage> <status>` after installing. | no | "" |
Outputs
no outputs