actions-marketplace-validations/Export a key-value pair JSON to env variables
Utility action that exports JSON in key-value pair format to environment variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| json_envs | JSON in ey-value pair format (like secrets or vars) to be exported to enviroment variables' | yes | — |
| prefix | Prefix to add to all varibles, e.g.: VARS_ | no | — |
| include | Comma-separated list of keys to export | no | — |
| exclude | Comma-separated list of key to skip exporting | no | — |
| convert | Converts key name to a specific string format | no | — |
| convert_prefix | Include prefix (or not) on conversion. True by default | no | — |
Outputs
no outputs