actions-marketplace-validations/Extract value from JSON
Extracts a value of a property specified as dot-separated path from defined JSON file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to JSON file (defaults `package.json`) | — | — |
| property | Dot-separated path to property (for example `a.b`) | yes | — |
Outputs
| name | description |
|---|---|
| value | Value of property |