From f37d718ae9a1b4a84ad8d7399597c38164e6c80b Mon Sep 17 00:00:00 2001 From: Jess Carlos Date: Tue, 26 May 2020 12:09:33 -0700 Subject: [PATCH] define body_path --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index d6ffabb..d1d9141 100644 --- a/action.yml +++ b/action.yml @@ -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