From 6e6a13ca0e4cab53b76372c9d82e4c801b501dcf Mon Sep 17 00:00:00 2001 From: Gilbertsoft <25326036+gilbertsoft@users.noreply.github.com> Date: Tue, 16 Aug 2022 08:53:12 +0200 Subject: [PATCH] Add missing inputs to action config (#1202) --- action.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/action.yml b/action.yml index 6d02f059f..18d190dd2 100644 --- a/action.yml +++ b/action.yml @@ -43,6 +43,16 @@ inputs: The object that the release should be created to point to. required: false default: '' + header: + description: | + A string that would be added before the template body. + required: false + default: '' + footer: + description: | + A string that would be added after the template body. + required: false + default: '' disable-releaser: description: | A boolean indicating whether the releaser mode is disabled.