thibault-cne/Check artifacts
Check if an artifact exists.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the artifact to check. | yes | — |
| run_id | The run ID of the workflow that produced the artifact. | yes | — |
| token | The token to use to authenticate with the GitHub API. | yes | — |
| owner | The owner of the repository where the artifact is stored. | yes | — |
| repo | The repository where the artifact is stored. | yes | — |
Outputs
| name | description |
|---|---|
| artifact_exists | Whether the artifact exists. |