Skip to content

Commit

Permalink
Use table in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rosshamish committed Dec 23, 2021
1 parent f6242d3 commit 25d94a3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ Run jq on your data and get result as output
### `multiline`
Optional. Default `false`.

If `multiline: true`, multiple lines of output will be captured. Useful
for capturing lists.

If `multiline: false`, only the first line of the output will be
captured. The rest will be written to stdout.
| Value | Behavior |
| - | - |
| true | Multiple lines of output will be captured. Useful for capturing lists. |
| false | Only the first line of the output will be captured. The rest will be written to stdout. |

## Outputs

Expand Down Expand Up @@ -68,5 +67,4 @@ jobs:
for keyword in $keywords; do
echo "$keyword"
done
```

0 comments on commit 25d94a3

Please sign in to comment.