1 parent 7262819 commit 211b275Copy full SHA for 211b275
1 file changed
.github/workflows/snake.yml
@@ -21,7 +21,8 @@ jobs:
21
steps:
22
# generates a snake game from a github user (<github_user_name>) contributions graph, output a svg animation at <svg_out_path>
23
- name: Generate github-contribution-grid-snake.svg
24
- uses: Platane/snk/svg-only@v2
+ uses: aelassas/snk/svg-only@main #Platane/snk/svg-only@v2
25
+ # Quickfix
26
with:
27
github_user_name: ${{ github.repository_owner }}
28
outputs: |
0 commit comments