The default workflow truncated the failed-stack output at `tail -5`, which only captured the trailing source-line indicator (`│ 45: resource …`) and dropped the actual `Error: …` line above it. Bump to `tail -50` so the real error is visible without re-running locally to reproduce. Also fix the pre-warm step's FIRST_STACK detection — `head -1 file1 file2 | head -1` returns the file header (`==> .platform_apply <==`), not the first stack name, so the cd then fails with "no such file or directory". Use `cat | head -1` instead. Pure logging-and-pre-warm change; no stacks touched, so this commit is a no-op for the apply step. |
||
|---|---|---|
| .. | ||
| build-ci-image.yml | ||
| build-cli.yml | ||
| default.yml | ||
| drift-detection.yml | ||
| issue-automation.yml | ||
| k8s-portal.yml | ||
| postmortem-todos.yml | ||
| provision-user.yml | ||
| pve-nfs-exports-sync.yml | ||
| registry-config-sync.yml | ||
| renew-tls.yml | ||