lfreleng-actions/🔑 JSON Variable Key/Value Lookup
Lookup a value in a JSON key/value lookup table
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/json-key-value-lookup-action@6622b1017699e557a76c8d041cfb7378160424c9 # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| json | The JSON key/value lookup table | yes | — |
| key | The JSON key requiring lookup | yes | — |
| default | Default value to return if lookup fails | no | — |
| summary_output | Displays summary output | no | false |
| exit_on_failure | Exit with error on failure | no | true |
| silent | Suppress output of returned values | no | false |
Outputs
| name | description |
|---|---|
| value | The value associated with the supplied key |