im-open/workflow-conclusion
This action outputs the outcomes of jobs within the workflow.
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. | yes | ${{ github.token }} |
| fallback-conclusion | The fallback conclusion to use | no | skipped |
| additional-conclusions | A JSON-parseable array of additional conclusions to consider. | no | — |
| suppress-fallback-warnings | Whether to suppress warnings about the fallback conclusion. | yes | false |
Outputs
| name | description |
|---|---|
| workflow_conclusion | Workflow conclusion |