File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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
21
21
** github action**
22
22
23
23
``` yaml
24
- - uses : Platane/snk@v1.1.0
24
+ - uses : Platane/snk@v1
25
25
with :
26
26
# github user name to read the contribution graph from (**required**)
27
27
# 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
38
38
39
39
[example with cron job](https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L24-L29)
40
40
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`
42
42
43
43
**interactive demo**
44
44
You can’t perform that action at this time.
0 commit comments