yakubique/List Artifacts
List a build artifacts that can be used by subsequent workflow steps.
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 detect. Globs supported | yes | — |
| token | GitHub token with read access to actions for the repository. | yes | ${{ github.token }} |
| useGlob | Indicates whether the name, or names, should be treated as glob patterns. | no | true |
| repository | The repository owner and the repository name joined together by "/". If github-token is specified, this is the repository that artifacts will be listed from. | no | ${{ github.repository }} |
| run-id | The id of the workflow run where the desired download artifact was uploaded from. If github-token is specified, this is the run that artifacts will be listed from. | no | ${{ github.run_id }} |
Outputs
| name | description |
|---|---|
| result | Result list in JSON format |