forked from mirrors/action-gh-release
add support for loading release body from a path. fixes: #2
This commit is contained in:
parent
cf33f83220
commit
2dfad92b71
3 changed files with 66 additions and 8 deletions
|
@ -7,6 +7,10 @@ inputs:
|
|||
description: 'Note-worthy description of changes in release'
|
||||
required: false
|
||||
default: 'empty'
|
||||
body-path:
|
||||
description: 'Path to load note-worthy description of changes in release from'
|
||||
required: false
|
||||
default: 'empty'
|
||||
name:
|
||||
description: 'Gives the release a custom name'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue