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
If there was is an error while parsing the terraform files, fmt
won't return a list of unformatted files but will just print an error.
Previously this would cause the action to print a malformed comment. Now
we detect if parsing failed and just print the parse error.
0 commit comments