eh-ciellos/Check Logs
Checks GitHub workflows for errors or failures and retrieves logs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | GitHub Token | yes | — |
Outputs
| name | description |
|---|---|
| allFoundErrors | All errors found during the workflow runs |
| workflowRunName | Name of the workflow run |
| workflowRunId | ID of the workflow run |
| workflowRunAttempts | Number of attempts of the workflow run |
| workflowRunStartTime | Start time of the workflow run |
| workflowRunOnBranch | Branch on which the workflow run was executed |
| workflowRunAtEvent | Event that triggered the workflow run |
| workflowRunConclusion | Conclusion of the workflow run |
| workflowRunURL | URL of the workflow run |
| workflowRunMessage | Message summarizing the workflow run and its errors |