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 badge-name: description: 'The *.json filename of the badge data' 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'