Closed
Description
Description:
Using Action schema with YAML validation I was running a self-documentation test for another action. It noticed and failed validation for the setup-java repo's action.yml because of two invalid "default" field values where a boolean value was set where a string value is expected.
Repro steps:
Your repo.
Expected behavior:
The action.yml should be schema validated.
Actual behavior:
The action.yml is not schema validated.
Opened a PR with the minor changes => #746