mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-13 19:54:20 +00:00
Add input_id
This commit is contained in:
parent
c9b46fe7aa
commit
4dac02b400
3 changed files with 77 additions and 24 deletions
|
@ -3,6 +3,9 @@ name: "GH Release"
|
|||
description: "Github Action for creating Github Releases"
|
||||
author: "softprops"
|
||||
inputs:
|
||||
id:
|
||||
description: "An existing release id, useful if updating"
|
||||
required: false
|
||||
body:
|
||||
description: "Note-worthy description of changes in release"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue