BlueBuildB
BlueBuild13mo ago
Jany

After updating the github action to 1.8.0 the recipe fails to validate

link to recipe https://github.com/Janybanny/kinoite-image/blob/main/recipes/recipe.yml

I don't know what exactly is wrong, it suggests to add the yaml-language-server thingy, but I'm clueless about that. The changelog says that non populated options aren't valid anymore, I don't have those. That's all that is mentioned about image validation

What do I have to do to fix this?
Screenshot_20241210_234210.png
Solution
Install only supports a list of strings. What you have there is a list of objects because of the use of the colon on each line
Was this page helpful?