File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Available as github action. Automatically generate a new image at the end of the
2121** github action**
2222
2323``` yaml
24- - uses : Platane/snk@v1.1.0
24+ - uses : Platane/snk@v1
2525 with :
2626 # github user name to read the contribution graph from (**required**)
2727 # using action context var `github.repository_owner` or specified user
@@ -38,7 +38,7 @@ Available as github action. Automatically generate a new image at the end of the
3838
3939[example with cron job](https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L24-L29)
4040
41- If you are only interested in generating a svg, you can use this other faster action: ` uses: Platane/snk/svg-only@v1.1.0 `
41+ If you are only interested in generating a svg, you can use this other faster action: ` uses: Platane/snk/svg-only@v1`
4242
4343**interactive demo**
4444
You can’t perform that action at this time.
0 commit comments