Skip to content

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

@gigamonster256

Description

@gigamonster256

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions