Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cdab426d5 | ||
|
|
4ff8693875 | ||
|
|
a13b3dd004 | ||
|
|
9062fbef52 | ||
|
|
d9237b1d71 |
@@ -19,7 +19,7 @@ The value stored inside `file` at key `field`.
|
|||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
```
|
```
|
||||||
uses: SebRollen/toml-action@v1.0.1
|
uses: SebRollen/toml-action@v1.2.0
|
||||||
id: read_toml
|
id: read_toml
|
||||||
with:
|
with:
|
||||||
file: 'myfile.toml'
|
file: 'myfile.toml'
|
||||||
|
|||||||
@@ -14,6 +14,5 @@ outputs:
|
|||||||
value:
|
value:
|
||||||
description: 'The data stored in `field` inside `file`'
|
description: 'The data stored in `field` inside `file`'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user