creesch/Download Latest Release Zip
Downloads the latest release zip from another repository for use in other actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 27, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: creesch/github-latest-release-zip@e361edfc3593d0dc313b8a2f3bbc266fa932c1e4 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The Github user or organization that owns the repository | yes | — |
| repo | The repository name | yes | — |
| downloadPath | Path where the zip needs to be save. Should only be directories and not end in a filename | — | ./ |
Outputs
| name | description |
|---|---|
| filename | Name of the downloaded zip file |
| name | Name of the release |
| tag_name | Tag for the release |
| body | Markdown body for the release on the github release page |
| html_url | Url to the github release page |