xotl/Cool GH Releases
Download/Upload release Assets - A more complete action for Github Releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github secret used for operations | yes | — |
| mode | Operation mode: download, update or delete. Default is download | yes | download |
| assets | Path to file or asset name. Multiple files/assets can be specified using a semicolon as separator. | no | — |
| releaseId | Release id to use for updateting a release or to download assets. | no | — |
| tag_name | Tag used for download/upload assets and to create a release. | no | — |
| release_name | Name to use instead for the release, if not provided the tag_name will be used instead. | no | — |
| body_mrkdwn | Description markdown used when updating a release, or when creating one if initial_mrkdwn is not set. | no | — |
| initial_mrkdwn | Description markdown used only when creating a release. | no | — |
| isDraft | Set to true to indicate if it is a draft release. | no | — |
| isPrerelease | Set to true if you want the release to be a prerelease. | no | — |
| replace_assets | Set to true if you want existing assets to be replaced. Without setting this they will cause the action to fail. | no | — |
| repository | Repository that will be used for downloading/uploading assets. | no | — |
Outputs
no outputs