step-security/Workflow Conclusion Action
GitHub action to get workflow conclusion.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | no | ${{ github.token }} |
| TARGET_RUN_ID | Target run id | no | ${{ github.run_id }} |
| SET_ENV_NAME | Env name | no | WORKFLOW_CONCLUSION |
| FALLBACK_CONCLUSION | Fallback conclusion | no | skipped |
| STRICT_SUCCESS | Whether to report as success only if all jobs are successful | no | false |
Outputs
| name | description |
|---|---|
| conclusion | Workflow conclusion |