Skip to content

Commit 13f9f66

Browse files
committed
aaaaa
1 parent 7e80be6 commit 13f9f66

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# snk
22

3-
Generate a snake game screen capture from your github contributions grid
3+
Generates a snake game from a github user contributions grid and output a screen capture as gif

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: "github-contribution-grid-snake"
2-
description: ""
2+
description: "Generates a snake game from a github user contributions grid and output a screen capture as gif"
33
author: "platane"
44

55
outputs:
66
gif_out_path:
7-
description: ""
7+
description: "path of the generated gif"
88

99
runs:
1010
using: "docker"
@@ -15,9 +15,9 @@ runs:
1515

1616
inputs:
1717
github_user_name:
18-
description: ""
18+
description: "github user name"
1919
required: true
2020
gif_out_path:
21-
description: ""
21+
description: "path of the generated gif"
2222
required: false
2323
default: "./github-contribution-grid-snake.gif"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "snk",
3+
"description": "Generates a snake game from a github user contributions grid and output a screen capture as gif",
34
"version": "1.0.0",
45
"private": true,
56
"repository": "github:platane/snk",

0 commit comments

Comments
 (0)