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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutcher5 committed Aug 15, 2021
1 parent 48f7030 commit a01a7dc
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
<img align="right" src="https://upload.wikimedia.org/wikipedia/commons/f/f8/YAML_Logo.svg" width=150></img>
# 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
Expand Down

0 comments on commit a01a7dc

Please sign in to comment.