foxtrotperry/fetch-file-action

Fetch a file from a URL and save it to the filesystem

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlURL to fetch the file fromyes
filenameName of the file to saveyes
pathPath to save the file tono./
overwriteWhether to overwrite the file if it already existsnotrue
encodingEncoding type to use when writing the filenoutf8
namedescription
successIf the file was downloaded successfully