Files
snk/action.yml
platane 13f9f66ae0 aaaaa
2020-07-19 19:12:05 +02:00

24 lines
581 B
YAML

name: "github-contribution-grid-snake"
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"
args:
- ${{ inputs.github_user_name }}
- ${{ inputs.gif_out_path }}
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"