Merge pull request #159 from cloud-neutral-toolkit/codex/fix-empty-outputs-merge-in-yaml

Fix bootstrap output aggregation globbing
This commit is contained in:
cloudneutral 2025-12-09 15:46:52 +08:00 committed by GitHub
commit b5f9fb5f8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,6 +142,7 @@ jobs:
- name: Merge Outputs
run: |
shopt -s globstar nullglob
echo "{" > final_bootstrap_outputs.json
f=true
for x in outputs/**/outputs_*.json; do