Files
dynamic-badges-action/action.yml
Simon Schneegans 134b5ded90 🔧 Change argument case
2020-08-15 12:14:47 +02:00

30 lines
706 B
YAML

name: 'Dynamic Badges'
description: 'Uses shields.io to create custom badges and uploads them to a gist.'
branding:
icon: 'tag'
color: 'green'
inputs:
auth:
description: 'Your secret with the gist scope'
required: true
gist-id:
description: 'The ID of the gist to use'
required: true
label:
description: 'The left text of the badge'
required: true
message:
description: 'The right text of the badge'
required: true
label-color:
description: 'The left color of the badge'
required: false
default: 'grey'
color:
description: 'The right color of the badge'
required: false
default: 'lightgrey'
runs:
using: 'node12'
main: 'index.js'