mirror of
https://github.com/actions/create-release.git
synced 2025-06-14 12:57:43 +00:00
define body_path
This commit is contained in:
parent
9d21c8a3f2
commit
f37d718ae9
@ -11,6 +11,9 @@ inputs:
|
|||||||
body:
|
body:
|
||||||
description: 'Text describing the contents of the tag.'
|
description: 'Text describing the contents of the tag.'
|
||||||
required: false
|
required: false
|
||||||
|
body_path:
|
||||||
|
description: 'Path to file with information about the tag.'
|
||||||
|
required: false
|
||||||
draft:
|
draft:
|
||||||
description: '`true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`'
|
description: '`true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`'
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user