Hey, I just noticed that the action has been crashing for the last week. Today it seems to be a ConnectTimeout, but previously it has been a ScannerError when reading poorly formatted yaml. This PR fixes the latter issue - I'm unable to reproduce the former locally.
Hey, I just noticed that the action has been crashing for the last week. Today it seems to be a
ConnectTimeout
, but previously it has been aScannerError
when reading poorly formatted yaml. This PR fixes the latter issue - I'm unable to reproduce the former locally.