📓update readme
This commit is contained in:
16
action.yml
16
action.yml
@@ -2,12 +2,6 @@ name: "generate-snake-game-from-github-contribution-grid"
|
||||
description: "Generates a snake game from a github user contributions grid. Output the animation as gif or svg"
|
||||
author: "platane"
|
||||
|
||||
outputs:
|
||||
gif_out_path:
|
||||
description: "path of the generated gif. If left empty, will not generate a gif file"
|
||||
svg_out_path:
|
||||
description: "path of the generated svg. If left empty, will not generate a svg file"
|
||||
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "docker://platane/snk:latest"
|
||||
@@ -17,10 +11,16 @@ inputs:
|
||||
description: "github user name"
|
||||
required: true
|
||||
gif_out_path:
|
||||
description: "path of the generated gif"
|
||||
description: "path of the generated gif file. If left empty, the gif file will not be generated."
|
||||
required: false
|
||||
default: null
|
||||
svg_out_path:
|
||||
description: "path of the generated svg"
|
||||
description: "path of the generated svg file. If left empty, the svg file will not be generated."
|
||||
required: false
|
||||
default: null
|
||||
|
||||
outputs:
|
||||
gif_out_path:
|
||||
description: "path of the generated gif"
|
||||
svg_out_path:
|
||||
description: "path of the generated svg"
|
||||
|
||||
Reference in New Issue
Block a user