lfreleng-actions/🌍 Download Content from URL
Uses WGET to download the content from a given URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/url-download-action@77920845b3cef96fac9ef287dcff261b24a12341 # v0.1.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to download | yes | — |
| exit_on_fail | Exit with error if download fails | no | true |
| no_clobber | Will not overwrite existing local file | no | false |
| path | Save file to this local file system path | no | — |
| wget_flags | Additional/supplmentary flags to wget command | no | -q |
Outputs
no outputs