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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
configmap_keyno""
configmap_mapyesnull
configmap_default_key_nameThe default configuration to fetch when configmap_key is not found
configmap_skip_envBy default, all outputs are exported as env var in $GITHUB_ENV. Set to true if you wish to disable this behavior
namedescription
CONFIGMAP_MAPThe select configurations JSON, ready for re-use with fromJSON()
CONFIGMAP_SELECTED_KEYThe exported CONFIGMAP_MAP is based on this key