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
My github action following DeterminateSystems/update-flake-lock@main failed this morning with the following error:
TypeError: Input does not meet YAML 1.2 "Core Schema" specification: _internal-strict-mode
Support boolean input list: `true | True | TRUE |false| False | FALSE`
This seems to come from INPUT__INTERNAL-STRICT-MODE not being set so @actions/core cannot read the value and passes an empty string to the parser which gives the above error.
The text was updated successfully, but these errors were encountered:
My github action following DeterminateSystems/update-flake-lock@main failed this morning with the following error:
This seems to come from INPUT__INTERNAL-STRICT-MODE not being set so @actions/core cannot read the value and passes an empty string to the parser which gives the above error.
The text was updated successfully, but these errors were encountered: