You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix bash syntax error in multiline processing by using proper while read loop
- Replace fragile grep/sed with yq for reliable YAML parsing
- Correct field name from lastupdated to last_updated to match spec files
- Add proper error handling and fallback for missing metadata fields
Fixes the consistently failing update-metadata.yml workflow that was
encountering syntax errors when processing GitHub Actions multiline output.
0 commit comments