log setup key values in reconcile job output
This commit is contained in:
parent
bb7fc8dc16
commit
2a3e033b56
@ -118,7 +118,9 @@ jobs:
|
||||
|
||||
keys = data.get("created_keys", {})
|
||||
if keys:
|
||||
print(f"[{env}] Created setup keys: {list(keys.keys())}")
|
||||
print(f"[{env}] Created setup keys:")
|
||||
for name, value in keys.items():
|
||||
print(f" {name}: {value}")
|
||||
|
||||
if failed:
|
||||
print(f"\nFailed environments: {failed}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user