From 801c717ba1cc3a43d80e9e2b427aa506caa91df8 Mon Sep 17 00:00:00 2001 From: James Butcher <36408549+KJ002@users.noreply.github.com> Date: Thu, 24 Feb 2022 21:00:37 +0000 Subject: [PATCH] Enclose Inputs and Outputs in IO --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02fda29..690277d 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,16 @@ This action reads yaml data from a file and outputs the result. -## Inputs +## IO + +Input and output variables used by read-yaml + +### Inputs - **`file` Required** yaml file to read from. - **`key-path` Required** Path of keys to the value as a JSON list. -## Outputs +### Outputs - **`data`** Data read from YAML file. ## Example usage