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

Generate incomplete green dots #88

Closed Yang-Shiqin closed 1 year ago

Yang-Shiqin commented 1 year ago

I'm using the svg-only version, but only part of the green dots can be generated, as shown in the following figure:

image

But my contribution is shown in the figure below, and the two are different:

image

my yaml: https://github.com/Yang-Shiqin/Yang-Shiqin/blob/main/.github/workflows/main.yml

Platane commented 1 year ago

I think you are seeing your private contribution calendar, and the action uses the public one. When I go to your github profile, I see a contribution calendar similar to the first pic

Yang-Shiqin commented 1 year ago

It makes sense! Thank you for your answer!