Hi, I am developing a new card (well, a fork of an existing card) and for some reason I can’t get it to validate with the Github workflow actions that HACS suggests us to use.
I get this failed run:
https://github.com/pgorod/power-todoist-card/actions/runs/5304477303
Which mentions the following error:
Run docker run --rm -v /home/runner/work/power-todoist-card/power-todoist-card://github/workspace hassfest
docker run --rm -v /home/runner/work/power-todoist-card/power-todoist-card://github/workspace hassfest
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
/entrypoint.sh: line 11: integrations: unbound variable
Error: Process completed with exit code 1.
Does anyone have a suggestion about what could be wrong here, and how it could be fixed? I copied my YAML for the actions directly from the HACS official docs…
One thing that is not clear to me is: do I even need this hassfest
check? Or is it just for integrations
, not for plugins
? Heck, I am not even sure, is my card correctly classified as a plugin
?