📓 update version

This commit is contained in:
Platane
2022-04-21 20:21:07 +02:00
committed by GitHub
parent d078b2d231
commit fb80d60b23

View File

@@ -21,7 +21,7 @@ Available as github action. Automatically generate a new image at the end of the
**github action**
```yaml
- uses: Platane/snk@v2.0.0-rc.3
- uses: Platane/snk@v2
with:
# github user name to read the contribution graph from (**required**)
# using action context var `github.repository_owner` or specified user
@@ -44,7 +44,7 @@ Available as github action. Automatically generate a new image at the end of the
[example with cron job](https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml#L24-L29)
If you are only interested in generating a svg, you can use this other faster action: `uses: Platane/snk/svg-only@v2.0.0-rc.3`
If you are only interested in generating a svg, you can use this other faster action: `uses: Platane/snk/svg-only@v2
**interactive demo**