Files
snk/action.yml
2020-07-19 17:33:28 +02:00

24 lines
420 B
YAML

name: "github-contribution-grid-snake"
description: ""
author: "platane"
outputs:
gif_out_path:
description: ""
runs:
using: "docker"
image: "Dockerfile"
args:
- ${{ inputs.github_user_name }}
- ${{ inputs.gif_out_path }}
inputs:
github_user_name:
description: ""
required: true
gif_out_path:
description: ""
required: false
default: "./github-contribution-grid-snake.gif"