Update README.md
This commit is contained in:
@@ -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`.
|
The value stored inside `file` at key `field`.
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
```
|
||||||
uses: SebRollen/toml-action@v1.0.0
|
uses: SebRollen/toml-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
file: 'myfile.toml'
|
file: 'myfile.toml'
|
||||||
field: 'package.version'
|
field: 'package.version'
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user