mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-14 04:04:20 +00:00
parent
fe9a9bd329
commit
ce037ed31d
6 changed files with 122 additions and 53 deletions
|
@ -44,7 +44,10 @@ inputs:
|
|||
description: "Whether to automatically generate the name and body for this release. If name is specified, the specified name will be used; otherwise, a name will be automatically generated. If body is specified, the body will be pre-pended to the automatically generated notes."
|
||||
required: false
|
||||
append_body:
|
||||
description: "Append existed body instead of overrites. Default is false."
|
||||
description: "Whether to append to the existing body instead of overwriting. Default is false."
|
||||
required: false
|
||||
delete_on_existing:
|
||||
description: "Whether or not to delete an existing release entirely when running this action."
|
||||
required: false
|
||||
env:
|
||||
"GITHUB_TOKEN": "As provided by Github Actions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue