File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ green
41
41
42
42
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
43
43
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 |
51
52
52
53
<!-- AUTO-DOC-INPUT:END -->
53
54
You can’t perform that action at this time.
0 commit comments