Merge pull request #2 from ssgglobal/master

body_path missing from action.yml
This commit is contained in:
Jacob Bolda 2020-05-27 07:09:33 -05:00 committed by GitHub
commit e9cf5d96f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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