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(workflow): preserve newlines in ONLY_FILES for filenames with spaces
The previous workflow converted newlines to spaces using tr, but the
Python script splits by newlines. Filenames with spaces (e.g.,
'Introduction to Airflow in Python.md') were being parsed incorrectly.
Now ONLY_FILES preserves newline separation for proper parsing.
0 commit comments