We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30aa9dd commit 90e3c87Copy full SHA for 90e3c87
1 file changed
.github/workflows/snake.yml
@@ -19,8 +19,8 @@ jobs:
19
with:
20
github_user_name: ${{ github.repository_owner }}
21
outputs: |
22
- dist/github-contribution-grid-snake.svg
23
- dist/github-contribution-grid-snake-dark.svg?palette=github-dark
+ dist/github-contribution-grid-snake.svg?color_snake=orange
+ dist/github-contribution-grid-snake-dark.svg?palette=github-dark&color_snake=orange
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
0 commit comments