technote-space/Download Annotations Action
GitHub actions to download annotations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| TARGET_RUN_ID | Target run id | yes | ${{ github.run_id }} |
| WORKSPACE | workspace | yes | ${{ github.workspace }} |
| FILENAME | result filename | no | annotations.json |
| RESULT_FILENAME | result filename | no | result.json |
| INCLUDE_JOB_NAME_PATTERNS | Include job name patterns. | no | — |
| INCLUDE_JOB_NAME_PATTERN_FLAGS | Include job name pattern flags. | no | — |
| EXCLUDE_JOB_NAME_PATTERNS | Exclude job name patterns. | no | — |
| EXCLUDE_JOB_NAME_PATTERN_FLAGS | Exclude job name pattern flags. | no | — |
| INCLUDE_LEVELS | Include levels (notice, warning, or failure). | no | — |
| EXCLUDE_LEVELS | Exclude levels (notice, warning, or failure). | no | — |
| INCLUDE_MESSAGE_PATTERNS | Include message patterns. | no | — |
| INCLUDE_MESSAGE_PATTERN_FLAGS | Include message pattern flags. | no | — |
| EXCLUDE_MESSAGE_PATTERNS | Exclude message patterns. | no | — |
| EXCLUDE_MESSAGE_PATTERN_FLAGS | Exclude message pattern flags. | no | — |
Outputs
| name | description |
|---|---|
| number | number of annotations |
| messages | messages of annotations |
| path | annotations file path |
| result_path | result file path |