Skip to content

Commit 41ab70e

Browse files
Updated README.md
1 parent 0337ebf commit 41ab70e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ green
4141

4242
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
4343

44-
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
45-
|-----------|--------|----------|---------------------|--------------------------------------------------------|
46-
| bin\_path | string | false | | Path to the binary |
47-
| directory | string | true | `".github/outputs"` | Directory to write to |
48-
| extension | string | false | `"txt"` | File extension to use |
49-
| keys | string | true | | List of Keys to read from the<br>`outputs` JSON string |
50-
| outputs | string | true | | JSON string |
44+
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
45+
|-------------------|--------|----------|---------------------|-------------------------------------------------------------|
46+
| bin\_path | string | false | | Path to the binary |
47+
| directory | string | true | `".github/outputs"` | Directory to write to |
48+
| extension | string | false | `"txt"` | File extension to use |
49+
| keys | string | true | | List of Keys to read from the<br>`outputs` JSON string |
50+
| outputs | string | true | | JSON string |
51+
| skip\_missing\_keys | string | false | `"false"` | Skip missing keys not found in the<br>`outputs` JSON string |
5152

5253
<!-- AUTO-DOC-INPUT:END -->
5354

0 commit comments

Comments
 (0)