update instructions

This commit is contained in:
Sebastian Rollen
2021-06-28 10:20:17 -04:00
parent 26f56fbdc9
commit 23f3e24c60

View File

@@ -20,7 +20,9 @@ The value stored inside `file` at key `field`.
## Example usage
```
uses: SebRollen/toml-action@v1.0.0
id: read_toml
with:
file: 'myfile.toml'
field: 'package.version'
```
You can now refer to the output in a later step using `steps.read_toml.outputs.value`