kas-tle/release-build-log-action
An action to append build logs to a given release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | The GitHub token to use for the release. | yes | — |
| releaseID | The ID of the release to upload the logs. | yes | — |
| attemptNumber | The Run attempt to get the logs from. Defaults to the current attempt. | no | auto |
| excludedJobs | Comma-separated or newline-separated list of jobs from which to ignore logs. | no | "" |
| formatAsHTML | Whether or not we should make an HTML file for the logs. Defaults to true. | — | true |
| runID | The Run ID to get the logs from. Defaults to the current run. | no | auto |
Outputs
no outputs