🚀 add svg generation option to the github action

This commit is contained in:
platane
2020-11-01 01:17:12 +01:00
parent ab861f6be5
commit af5f93140e
5 changed files with 61 additions and 31 deletions

View File

@@ -5,6 +5,8 @@ author: "platane"
outputs:
gif_out_path:
description: "path of the generated gif"
svg_out_path:
description: "path of the generated svg"
runs:
using: "docker"
@@ -17,4 +19,8 @@ inputs:
gif_out_path:
description: "path of the generated gif"
required: false
default: "./github-contribution-grid-snake.gif"
default: null
svg_out_path:
description: "path of the generated svg"
required: false
default: null