actions-marketplace-validations/Download File To Workspace
Download a file from the internet into the workspace.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-url | URL of the file to download | yes | — |
| file-name | New filename to rename the downloaded file | no | — |
| location | Path to download the file | no | . |
| md5 | MD5 hash value to check against | no | — |
| sha256 | SHA256 hash value to check against | no | — |
Outputs
| name | description |
|---|---|
| file-path | The full path to the downloaded file |