From 13f9f66ae079354428c526a59d18723840d67d6a Mon Sep 17 00:00:00 2001 From: platane Date: Sun, 19 Jul 2020 19:12:05 +0200 Subject: [PATCH] aaaaa --- README.md | 2 +- action.yml | 8 ++++---- package.json | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e8c501..b475374 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # snk -Generate a snake game screen capture from your github contributions grid +Generates a snake game from a github user contributions grid and output a screen capture as gif diff --git a/action.yml b/action.yml index b345194..1b6f844 100644 --- a/action.yml +++ b/action.yml @@ -1,10 +1,10 @@ name: "github-contribution-grid-snake" -description: "" +description: "Generates a snake game from a github user contributions grid and output a screen capture as gif" author: "platane" outputs: gif_out_path: - description: "" + description: "path of the generated gif" runs: using: "docker" @@ -15,9 +15,9 @@ runs: inputs: github_user_name: - description: "" + description: "github user name" required: true gif_out_path: - description: "" + description: "path of the generated gif" required: false default: "./github-contribution-grid-snake.gif" diff --git a/package.json b/package.json index 96b278f..4200073 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "snk", + "description": "Generates a snake game from a github user contributions grid and output a screen capture as gif", "version": "1.0.0", "private": true, "repository": "github:platane/snk",