Add input_id

This commit is contained in:
patrick brisbin 2023-05-26 11:52:33 -04:00
parent c9b46fe7aa
commit 4dac02b400
No known key found for this signature in database
GPG key ID: 07BF97A312D7F34C
3 changed files with 77 additions and 24 deletions

View file

@ -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