Files
snk/action.yml
platane 8a06b668cd 🚀 fix action
2020-07-20 10:18:24 +02:00

21 lines
522 B
YAML

name: "generate-snake-game-from-github-contribution-grid"
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: "path of the generated gif"
runs:
using: "docker"
image: "Dockerfile"
inputs:
github_user_name:
description: "github user name"
required: true
gif_out_path:
description: "path of the generated gif"
required: false
default: "./github-contribution-grid-snake.gif"