950ea0eed7f0d0d36a7ca67385489ba6ba58b5d8
Read TOML
A simple action to read a single field from a TOML file and output the value stored in that field.
Inputs
file
Required The TOML file to read from.
field
Required The field inside the TOML file to read. Can possibly be a nested field, using the parent.child notation.
Outputs
value
The value stored inside file at key field.
Example usage
uses: SebRollen/toml-action@v1.0.0 with: file: 'myfile.toml' field: 'package.version'
Description
Languages
JavaScript
100%