Skip to content

Commit

Permalink
Merge pull request #94 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
jackton1 committed Mar 20, 2023
2 parents db203b9 + 1b2e3fe commit 3d44342
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ green

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

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

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

Expand Down Expand Up @@ -95,7 +95,7 @@ value1
value2
```

* Free software: [MIT license](LICENSE)
* Free software: [MIT license](LICENSE)

If you feel generous and want to show some extra appreciation:

Expand All @@ -115,7 +115,6 @@ Report bugs at https://github.com/tj-actions/json2file/issues.

If you are reporting a bug, please include:

* Your operating system name and VERSION.
* Any details about your workflow that might be helpful in troubleshooting.
* Detailed steps to reproduce the bug.

* Your operating system name and VERSION.
* Any details about your workflow that might be helpful in troubleshooting.
* Detailed steps to reproduce the bug.

0 comments on commit 3d44342

Please sign in to comment.