From 134b5ded9010d32a1ea48a44b13e77c1e390ee85 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sat, 15 Aug 2020 12:14:47 +0200 Subject: [PATCH] :wrench: Change argument case --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index fc57bb8..1885374 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: auth: description: 'Your secret with the gist scope' required: true - gistID: + gist-id: description: 'The ID of the gist to use' required: true label: @@ -16,7 +16,7 @@ inputs: message: description: 'The right text of the badge' required: true - labelColor: + label-color: description: 'The left color of the badge' required: false default: 'grey'