alfamecom/Fetch release asset
Fetch release asset from GitHub release with specified version and asset name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 17, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: alfamecom/fetch-release-asset@24f437dd4e88fc0f58d6ad70750fde5e1e6c8827 # 1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner of the repo | yes | — |
| repo | Where to fetch the release | yes | — |
| tag | — | no | latest |
| filename | Filename of the release asset | yes | — |
| token | GitHub Token for accessing the repo | no | — |
| output | What to name the file, defaults to filename | no | — |
Outputs
| name | description |
|---|---|
| content | The content of the fetched asset |