Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INPUT__INTERNAL-STRICT-MODE not set for @actions/core #106

Closed
gigamonster256 opened this issue May 23, 2024 · 2 comments · Fixed by #107
Closed

INPUT__INTERNAL-STRICT-MODE not set for @actions/core #106

gigamonster256 opened this issue May 23, 2024 · 2 comments · Fixed by #107
Assignees

Comments

@gigamonster256
Copy link

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.

@lucperkins
Copy link
Member

@gigamonster256 This should be fixed now. If not, please let us know!

@lucperkins
Copy link
Member

Actually, #107 was not the right solution. #108 should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants