You've already forked dynamic-badges-action
🔧 Use camel case
This commit is contained in:
20
action.yml
20
action.yml
@@ -7,10 +7,10 @@ inputs:
|
||||
auth:
|
||||
description: 'Your secret with the gist scope'
|
||||
required: true
|
||||
gist-id:
|
||||
gistID:
|
||||
description: 'The ID of the gist to use'
|
||||
required: true
|
||||
badge-name:
|
||||
filename:
|
||||
description: 'The *.json filename of the badge data'
|
||||
required: true
|
||||
label:
|
||||
@@ -19,34 +19,34 @@ inputs:
|
||||
message:
|
||||
description: 'The right text of the badge'
|
||||
required: true
|
||||
label-color:
|
||||
labelColor:
|
||||
description: 'The left color of the badge'
|
||||
required: false
|
||||
color:
|
||||
description: 'The right color of the badge'
|
||||
required: false
|
||||
is-error:
|
||||
isError:
|
||||
description: 'The color will be red and cannot be overridden'
|
||||
required: false
|
||||
named-logo:
|
||||
namedLogo:
|
||||
description: 'A logo name from simpleicons.org'
|
||||
required: false
|
||||
logo-svg:
|
||||
logoSvg:
|
||||
description: 'An svg-string to be used as logo'
|
||||
required: false
|
||||
logo-color:
|
||||
logoColor:
|
||||
description: 'The color for the logo'
|
||||
required: false
|
||||
logo-width:
|
||||
logoWidth:
|
||||
description: 'The space allocated for the logo'
|
||||
required: false
|
||||
logo-position:
|
||||
logoPosition:
|
||||
description: 'The position of the logo'
|
||||
required: false
|
||||
style:
|
||||
description: 'The style like "flat" or "social"'
|
||||
required: false
|
||||
cache-seconds:
|
||||
cacheSeconds:
|
||||
description: 'The cache lifetime in seconds (must be greater than 300)'
|
||||
required: false
|
||||
runs:
|
||||
|
||||
Reference in New Issue
Block a user