Skip to content

Commit 211b275

Browse files
authored
Update snake.yml
1 parent 7262819 commit 211b275

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/snake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
steps:
2222
# generates a snake game from a github user (<github_user_name>) contributions graph, output a svg animation at <svg_out_path>
2323
- name: Generate github-contribution-grid-snake.svg
24-
uses: Platane/snk/svg-only@v2
24+
uses: aelassas/snk/svg-only@main #Platane/snk/svg-only@v2
25+
# Quickfix
2526
with:
2627
github_user_name: ${{ github.repository_owner }}
2728
outputs: |

0 commit comments

Comments
 (0)