unfor19/configmap-action
Exports a ConfigMap as an job-outputs according to a given key, and consume it in other jobs with 'needs'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| configmap_key | — | no | "" |
| configmap_map | — | yes | null |
| configmap_default_key_name | The default configuration to fetch when configmap_key is not found | — | — |
| configmap_skip_env | By default, all outputs are exported as env var in $GITHUB_ENV. Set to true if you wish to disable this behavior | — | — |
Outputs
| name | description |
|---|---|
| CONFIGMAP_MAP | The select configurations JSON, ready for re-use with fromJSON() |
| CONFIGMAP_SELECTED_KEY | The exported CONFIGMAP_MAP is based on this key |