define body_path

This commit is contained in:
Jess Carlos
2020-05-26 12:09:33 -07:00
committed by GitHub
parent 9d21c8a3f2
commit f37d718ae9

View File

@@ -11,6 +11,9 @@ inputs:
body:
description: 'Text describing the contents of the tag.'
required: false
body_path:
description: 'Path to file with information about the tag.'
required: false
draft:
description: '`true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`'
required: false