setup-java icon indicating copy to clipboard operation
setup-java copied to clipboard

Fix GitHub Actions schema violations for non-string default values

Open Coderrob opened this issue 9 months ago • 0 comments

Description: I created a Action schema validation process that does self-documentation from the Action's yaml definition. In running the tool on the setup-java repo it failed validation.

The default input property fields expect a string value and in two locations within the action.yml there are boolean values provided as defaults.

Screenshot 2025-02-09 102054 Screenshot 2025-02-09 102104

Related issue: TODO

Check list:

  • [x] Mark if documentation changes are required.
  • [ ] Mark if tests were added or updated to cover the changes.

Coderrob avatar Feb 09 '25 16:02 Coderrob