Platane / snk

🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
https://platane.github.io/snk
4.22k stars 1.03k forks source link

When running workflow, generates following error #33

Closed hashfx closed 2 years ago

hashfx commented 2 years ago

Generates following annotation Action failed with "Cannot find module 'canvas' Require stack: - /home/runner/work/_actions/Platane/snk/v2/svg-only/dist/index.js"

Snapshot attached for reference

snakeError

Platane commented 2 years ago

You need to run the action "platane/snk@v2"

The one you are using ( "platane/snk/svg-only@v2" ) cannot generate gif images

hashfx commented 2 years ago

Thank you very much @Platane, it worked😄