Skip to content

Commit

Permalink
Add missing inputs to action config (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft committed Aug 16, 2022
1 parent 0e58cd4 commit 6e6a13c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yml
Expand Up @@ -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.
Expand Down

0 comments on commit 6e6a13c

Please sign in to comment.