takayamaki/Summarize Workflow Status Action
Just summarize status of current workflow run from all completed job statuses.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token for use by actions/github-script | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| status | Status of current workflow run. It will return one of "failure", "cancelled" and "success". |