irongut/Edit Release
A GitHub Action for editing an existing release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authentication token, use either GITHUB_TOKEN or a Personal Access Token. | yes | — |
| id | The id of the release to edit, e.g. github.event.release.id. | yes | — |
| name | New text for the name of the release. | no | "" |
| replacename | Set true to replace the release name, false to add to the release name (default). | no | false |
| draft | Set true to change the release to a draft, false to publish the release. Omit if you do not want to change the draft status of the release. | no | "" |
| prerelease | Set true to identify the release as a pre-release, false to identify the release as a full release. Omit if you do not want to change the status of the release. | no | "" |
| body | New text for the body of the release. | no | "" |
| replacebody | Set true to replace the release body, false to add to the release body. (default) | no | false |
| files | A comma separated list of files whose content will be added after the release body text. | no | "" |
| spacing | The number of blank lines required between each addition to the release body. (default = 1) | no | 1 |
Outputs
no outputs