Update README.md

This commit is contained in:
Sebastian Rollén
2021-06-28 10:11:15 -04:00
committed by GitHub
parent 950ea0eed7
commit 26f56fbdc9

View File

@@ -18,8 +18,9 @@ A simple action to read a single field from a TOML file and output the value sto
The value stored inside `file` at key `field`.
## Example usage
```
uses: SebRollen/toml-action@v1.0.0
with:
file: 'myfile.toml'
field: 'package.version'
```