benday-inc/Download artifact from a github workflow run
Download an artifact from GitHub workflow (aka. build) for a specific run id
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | token for accessing github api | yes | "" |
| repository_owner | github account owner | yes | "" |
| repository_name | name of the git repository that has the artifact to download | yes | "" |
| workflow_name | name of the workflow (aka. build) that created the artifact | yes | "" |
| artifact_name | name of the artifact to download | yes | "" |
| run_id | the run id value that you want to download the artifact from | yes | "" |
| download_path | path on the agent to download the artifact zip to | yes | "" |
| download_filename | filename for the downloaded artifact zip (suggestion: this should end with the .zip extension) | yes | "" |
Outputs
no outputs