duhow/Download GitHub Release Assets
Downloads assets from a GitHub release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token. Typically this will be secrets.GITHUB_TOKEN | no | ${{ github.token }} |
| repository | The `organization/repository` containing the release. | no | ${{ github.repository }} |
| repo | Alias for repository. | no | — |
| release-id | The release ID version to fetch from. | no | — |
| tag | The release version to fetch from in the form `tags/<tag_name>` | no | — |
| version | Alias for tag. | no | — |
| files | Name or list of files to download. | no | — |
| file | Alias for files. | no | — |
| target | Target file path. | no | — |
| download | Set to false if you do not want to download files, output assets still will contain selected files. | no | — |
Outputs
| name | description |
|---|---|
| name | The name of the release |
| body | The body of the release |
| tag | The tag of the release |
| assets | List of assets downloaded |