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.39k stars 1.11k forks source link

The workflow didn't work as intended. #81

Closed MarkCay closed 1 year ago

MarkCay commented 1 year ago

Hi, I've been using the workflow on my GitHub repository for months already, but earlier, I experienced an issue about the workflow's SVG output.

Here is my workflow's code: https://github.com/MarkCay/MarkCay/blob/main/.github/workflows/main.yml

Below is the SVG output: github-contribution-grid-snake (1)

GoudronViande24 commented 1 year ago

Look at the latest release, there is a breaking change. You probably were using the master branch for your workflow and so it broke as soon as the new version released.

jasonycw commented 1 year ago

Just update the step to this https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L25-L33

And then update the README file like this https://github.com/Platane/Platane/blob/master/README.md?plain=1#L1-L5

MarkCay commented 1 year ago

Thank you very much!