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.