Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f267586

Browse files
committed
Add missing required field for format input to action.yml
1 parent debe221 commit f267586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ inputs:
1111
required: true
1212
format:
1313
description: "The output format (commonmark or html)"
14+
required: false
1415
default: "commonmark"
1516
base-url:
1617
description: "The base URL for all relative URLs generated in documents"

0 commit comments

Comments
 (0)