ajparsons/Get Config Value
Given a JSON/YAML/TOML file, extract a value given by the key.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Config file to read | — | — |
| key | Key to get, dot-seperated levels ('first_level.2.value') | — | — |
| venv_path | Venv path for action (optional) | — | /tmp/get-config-value-venv |
Outputs
| name | description |
|---|---|
| value | Returned value |