Skip to content

Commit e9cf5d9

Browse files
authored
Merge pull request #2 from ssgglobal/master
body_path missing from action.yml
2 parents 9d21c8a + f37d718 commit e9cf5d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ inputs:
1111
body:
1212
description: 'Text describing the contents of the tag.'
1313
required: false
14+
body_path:
15+
description: 'Path to file with information about the tag.'
16+
required: false
1417
draft:
1518
description: '`true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`'
1619
required: false

0 commit comments

Comments
 (0)