mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-10 11:40:03 +08:00
add support for loading release body from a path. fixes: #2
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user