wildmason/GHA Command Proof
Validate GitHub Actions workflow commands and environment files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Validation mode: log, env-file, or step. | no | step |
| version | Crate version to install, or latest. | no | latest |
| log | Path to a stdout or stderr workflow command stream. | no | — |
| kind | Environment file kind for env-file mode: env, output, state, path, or step-summary. | no | env |
| file | Environment file path for env-file mode. | no | — |
| github-env | Path to a GITHUB_ENV file for step mode. | no | — |
| github-output | Path to a GITHUB_OUTPUT file for step mode. | no | — |
| github-state | Path to a GITHUB_STATE file for step mode. | no | — |
| github-path | Path to a GITHUB_PATH file for step mode. | no | — |
| github-step-summary | Path to a GITHUB_STEP_SUMMARY file for step mode. | no | — |
| format | Receipt format: text, json, or markdown. | no | text |
| output | Optional path for the receipt. | no | — |
| redacted-log-output | Optional path for a redacted copy of the log stream. | no | — |
| strict | Treat warnings as failures. | no | false |
Outputs
no outputs