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

Suggestion: Add user to push #38

Closed wdhdev closed 1 year ago

wdhdev commented 1 year ago

Allow us to add an option like: USER which where we put a PAT token and instead of the default GitHub Actions bot pushing the svg, the other user will.

Like: WilliamDavidHarrison pushed github-contribution-grid-snake.svg to output branch

Instead of: github-actions[bot] pushed github-contribution-grid-snake.svg to output branch

Sorry if this isn't well explained.

wdhdev commented 1 year ago

@Platane what do you think?

Platane commented 1 year ago

This action only generate the file in the runner File S.mystem.

As an example I do indeed use another action to push it to the output branch. But this is out off this repository scope.

I think you should look into ghactions-github-pages if this kind of option is supported, or use another action