advancedcsg-open/Workflow Check
Checks the last execution of a workflow for statuses and conclusions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow | The ID of the workflow. You can also pass the workflow file name as a string. | yes | — |
| passing-statuses | A list of workflow statuses (comma separated) that will pass this action, if not provided, the action will succeed. If provided, both passing conditions need to be fulfilled. Can be one of: “queued”, “in_progress”, or “completed”. | no | — |
| passing-conclusions | A list of workflow conclusions (comma separated) that will pass this action, if not provided, the action will succeed. If provided, both passing conditions need to be fulfilled. Can be one of the “success”, “failure”, “neutral”, “cancelled”, “skipped”, “timed_out”, or “action_required”. | no | — |
Outputs
| name | description |
|---|---|
| conclusion | Can be one of the “success”, “failure”, “neutral”, “cancelled”, “skipped”, “timed_out”, or “action_required”. |
| status | Can be one of: “queued”, “in_progress”, or “completed”. |