Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Enclose Inputs and Outputs in IO
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutcher5 authored Feb 24, 2022
1 parent 6e50cfe commit 801c717
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 801c717

Please sign in to comment.