pinguet62/Get conclusion of last workflow
Query action API to find latest workflow execution and extract conclusion
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow_id | The ID of filename of workflow. | yes | — |
| branch | Target branch (default is current branch). | no | ${{ github.head_ref || github.ref_name }} |
| skip | Skip some executions in result | no | 0 |
Outputs
| name | description |
|---|---|
| workflow_conclusion | The workflow conclusion ("success", "failure", "cancelled", or null if yet in progress) |