sunwavehealth/Download workflow artifact

Download and extract an artifact associated with given workflow and commit or other criteria

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenGitHub tokenno${{ github.token }}
workflowWorkflow name. If not specified, will be inferred from run_id (if run_id is specified), or will be the current workflow no
workflow_conclusionWanted status or conclusion to search for in recent runs https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#list-workflow-runs nosuccess
repoRepository name with owner (like actions/checkout)no${{ github.repository }}
prPull request numberno
commitCommit hashno
branchBranch nameno
eventEvent typeno
run_idWorkflow run idno
run_numberWorkflow run numberno
nameArtifact name (download all artifacts if not specified)no
pathWhere to unpack the artifactno./
check_artifactsCheck workflow run whether it has an artifactnofalse
search_artifactsSearch workflow runs for artifact with specified namenofalse
skip_unpackChoose to skip unpacking the downloaded artifact(s)nofalse
dry_runCheck the existence of artifact(s) without downloadingno
if_no_artifact_foundChoose how to exit the action if no artifact is found fail, warn or ignore nofail
namedescription
error_messageThe error message, if an error occurs
dry_runBoolean output which is true if the dry run was successful and false otherwise
found_artifactBoolean output which is true if the artifact was found and false otherwise
artifactsJSON array with details about found artifacts