foxtrotperry/fetch-file-action
Fetch a file from a URL and save it to the filesystem
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to fetch the file from | yes | — |
| filename | Name of the file to save | yes | — |
| path | Path to save the file to | no | ./ |
| overwrite | Whether to overwrite the file if it already exists | no | true |
| encoding | Encoding type to use when writing the file | no | utf8 |
Outputs
| name | description |
|---|---|
| success | If the file was downloaded successfully |