We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a80bdc commit a270e0cCopy full SHA for a270e0c
.github/workflows/main.yml
@@ -25,9 +25,9 @@ jobs:
25
steps:
26
# generates a snake game from a github user (<github_user_name>) contributions graph, output a svg animation at <svg_out_path>
27
- name: generate github-contribution-grid-snake.svg
28
- uses: Platane/flexycode/svg-only@v3
+ uses: Platane/snk/svg-only@v3
29
with:
30
- github_user_name: ${{ github.repository_owner }}
+ github_user_name: ${{ github.flexycode }}
31
outputs: |
32
dist/github-contribution-grid-snake.svg
33
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
0 commit comments