From a01a7dc2d3e912f62086236a95dbba004775e07b Mon Sep 17 00:00:00 2001 From: James <36408549+KJ002@users.noreply.github.com> Date: Sun, 15 Aug 2021 11:50:12 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8e74fa6..12b9125 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,20 @@ + # Read YAML This action reads yaml data from a file and outputs the result. -## Inputs +### Inputs +--- +- **`file` Required** yaml file to read from. -## `file` +- **`key-path` Required** Path of keys to the value as a JSON list. -**Required** yaml file to read from. +### Outputs +--- -## `key-path` +- **`data`** Data read from YAML file. -**Required** Path of keys to the value as a JSON list. - -## Outputs - -## `data` - -Data read from YAML file. - -## Example usage +### Example usage ``` yaml name: Read YAML Data