Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #94

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.