🔧 Change argument case

This commit is contained in:
Simon Schneegans
2020-08-15 12:14:47 +02:00
parent fc01f28e44
commit 134b5ded90

View File

@@ -7,7 +7,7 @@ inputs:
auth: auth:
description: 'Your secret with the gist scope' description: 'Your secret with the gist scope'
required: true required: true
gistID: gist-id:
description: 'The ID of the gist to use' description: 'The ID of the gist to use'
required: true required: true
label: label:
@@ -16,7 +16,7 @@ inputs:
message: message:
description: 'The right text of the badge' description: 'The right text of the badge'
required: true required: true
labelColor: label-color:
description: 'The left color of the badge' description: 'The left color of the badge'
required: false required: false
default: 'grey' default: 'grey'