actions-marketplace-validations/Download Buildkite Artifact

A GitHub Action to download artifacts from a Buildkite pipeline

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub API Access Tokenno${{ github.token }}
buildkite_tokenBuildkite API Access Tokenyes
buildkite_build_urlBuildkite build url to downloaded artifacts fromno
ignore_build_statesList of build states to ignore. No artifacts will be downloaded when build has one of these states. Use comma to separate multiple states, e.g. "canceled,skipped,failed"no""
ignore_job_statesList of job states to ignore. No artifacts of jobs that have this state are downloaded. Use comma to separate multiple states, e.g. "timed_out,failed"no""
output_pathPath were downloaded artifacts are storedno.
poll_intervalDelay in seconds between polls to the Github and Buildkite APIsno30
log_levelAction logging levelnoINFO
namedescription
build-numberThe number of the Buildkite build
build-stateThe state of the Buildkite build
download-stateThe outcome of downloading artifacts: skipped, success, failure
download-pathsThe paths of downloaded artifacts as a Json array of strings
download-filesThe number of downloaded files