B
BlueBuild•2w 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?
No description
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
Jump to solution
4 Replies
Solution
Luke Skywunker
Luke Skywunker•2w ago
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
Luke Skywunker
Luke Skywunker•2w ago
Remove the name and just leave the app ID that should work
tom
tom•2w ago
You should replace this in your recipe:
- type: default-flatpaks
notify: true
system:
repo-url: https://dl.flathub.org/repo/
repo-name: flathub
install:
- com.usebottles.bottles # Bottles
- org.gimp.GIMP # GIMP
- org.kde.gwenview # Gwenview
- org.kde.ktorrent # Ktorrent
- org.libreoffice.LibreOffice # LibreOffice
- org.mozilla.firefox # Firefox
- io.mpv.Mpv # Mpv
- org.kde.okular # Okular
- io.github.everestapi.Olympus # Olympus
- org.prismlauncher.PrismLauncher # Prism Launcher
- com.protonvpn.www # ProtonVPN
- org.signal.Signal # Signal
- com.spotify.Client # Spotify
- com.valvesoftware.Steam # Steam
- net.davidotek.pupgui2 # ProtonUp-Qt
- com.github.IsmaelMartinez.teams_for_linux # Teams
- dev.vencord.Vesktop # Vesktop
- com.github.xournalpp.xournalpp # Xournalpp
# com.valvesoftware.Steam.CompatibilityTool.Proton-GE # Package removed, will add again if it's back
- type: default-flatpaks
notify: true
system:
repo-url: https://dl.flathub.org/repo/
repo-name: flathub
install:
- com.usebottles.bottles # Bottles
- org.gimp.GIMP # GIMP
- org.kde.gwenview # Gwenview
- org.kde.ktorrent # Ktorrent
- org.libreoffice.LibreOffice # LibreOffice
- org.mozilla.firefox # Firefox
- io.mpv.Mpv # Mpv
- org.kde.okular # Okular
- io.github.everestapi.Olympus # Olympus
- org.prismlauncher.PrismLauncher # Prism Launcher
- com.protonvpn.www # ProtonVPN
- org.signal.Signal # Signal
- com.spotify.Client # Spotify
- com.valvesoftware.Steam # Steam
- net.davidotek.pupgui2 # ProtonUp-Qt
- com.github.IsmaelMartinez.teams_for_linux # Teams
- dev.vencord.Vesktop # Vesktop
- com.github.xournalpp.xournalpp # Xournalpp
# com.valvesoftware.Steam.CompatibilityTool.Proton-GE # Package removed, will add again if it's back
Jany
JanyOP•2w ago
Ah thank you, this is still a relic from a while ago where the documentation wanted arrays 😅
Want results from more Discord servers?
Add your server