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
YAML with a header that has trailing whitespace (i.e. '--- ' instead of
'---') is incorrectly treated as inline YAML. This fails since the
footer ('...') is not found on the same line. Whitespace after the
header is valid and needs to be treated correctly.
0 commit comments