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?
Solution:Jump to 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
4 Replies
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
Remove the name and just leave the app ID that should work
You should replace this in your recipe:
Ah thank you, this is still a relic from a while ago where the documentation wanted arrays 😅