🐛 fix svg-only action.yaml

This commit is contained in:
platane
2022-04-11 23:57:57 +02:00
parent 7077112ba4
commit c21e390ca9

View File

@@ -10,11 +10,22 @@ inputs:
github_user_name: github_user_name:
description: "github user name" description: "github user name"
required: true required: true
svg_out_path: outputs:
description: "path of the generated svg file. If left empty, the svg file will not be generated."
required: false required: false
default: null default: null
description: |
list of files to generate.
Generates one file per line. Each output can be customized with query string.
following this pattern: path/to/file.svg?palette=<github or github-dark>&color_snake=<color>&color_dots=<color>,<color>,<color>,<color>,<color>
outputs: supported query string options:
svg_out_path:
description: "path of the generated svg" - palette: a preset of color, one of [github, github-dark, github-light]
- color_snake: color of the snake
- color_dots: coma separated list of dots color. The first one is the empty cell color, the second one is the lightest shade, the third one is the second lightest shade ect ...
example:
outputs: |
dark.svg?palette=github-dark&color_snake=blue
light.svg?color_snake=#7845ab
ocean.svg?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9