wildmason/GHA Expression Proof
Evaluate GitHub Actions expressions with offline receipts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Mode to run: eval or template. | no | eval |
| version | Crate version to install, or latest. | no | latest |
| expr | Expression for eval mode. | no | — |
| template | Template text for template mode. | no | — |
| template-file | Template file path for template mode. | no | — |
| context | Root context JSON file. | no | — |
| github-context | Eventsmith-style github-context.json file. | no | — |
| event | Event JSON file to inject into github.event. | no | — |
| context-file | Newline-separated NAME=PATH context file entries. | no | — |
| context-json | Newline-separated NAME=JSON inline context entries. | no | — |
| workspace | Workspace directory for hashFiles(). | no | — |
| if-condition | Apply implicit success() behavior for workflow if conditions. | no | false |
| job-status | Synthetic job status for status functions: success, failure, or cancelled. | no | success |
| format | Receipt format: text, json, or markdown. | no | text |
| output | Optional receipt output path. | no | — |
| strict | Treat warnings as failures. | no | false |
Outputs
no outputs