From 3e1e345a490cf85c1b8d66cd4459646c44bd0f04 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sat, 15 Aug 2020 13:03:27 +0200 Subject: [PATCH] :wrench: Add more parameters --- action.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4e4b2fa..e1ac4ae 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,30 @@ inputs: color: description: 'The right color of the badge' required: false - default: 'lightgrey' + is-error: + description: 'The right color of the badge' + required: false + named-logo: + description: 'The right color of the badge' + required: false + logo-svg: + description: 'The right color of the badge' + required: false + logo-color: + description: 'The right color of the badge' + required: false + logo-width: + description: 'The right color of the badge' + required: false + logo-position: + description: 'The right color of the badge' + required: false + style: + description: 'The right color of the badge' + required: false + cache-seconds: + description: 'The right color of the badge' + required: false runs: using: 'node12' main: 'index.js'