📓 update readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# snk
|
# snk
|
||||||
|
|
||||||
[](https://github.com/marketplace/actions/generate-snake-game-from-github-contribution-grid)
|
[](https://github.com/marketplace/actions/generate-snake-game-from-github-contribution-grid)
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ Available as github action. Automatically generate a new image at the end of the
|
|||||||
**github action**
|
**github action**
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: Platane/snk@v1
|
- uses: Platane/snk@v1.1.0
|
||||||
with:
|
with:
|
||||||
# github user name to read the contribution graph from (**required**)
|
# github user name to read the contribution graph from (**required**)
|
||||||
# using action context var `github.repository_owner` or specified user
|
# using action context var `github.repository_owner` or specified user
|
||||||
@@ -37,7 +37,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)
|
[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@v1`
|
If you are only interested in generating a svg, you can use this other faster action: `uses: Platane/snk/svg-only@v1.1.0`
|
||||||
|
|
||||||
**interactive demo**
|
**interactive demo**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user