mrbeam/Download artifact from a github workflow
Download artifact from a github workflow (aka. build) for a branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 | "" |
| branch_name | name of the branch that workflow should have run 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