chore: add branding to the action.yml

This commit is contained in:
Kengo TODA
2021-11-04 16:28:45 +08:00
committed by GitHub
parent b7e00b64d3
commit 30a8f98dcf

View File

@@ -5,6 +5,9 @@ inputs:
version: version:
required: true required: true
description: 'the version of docker-compose command' description: 'the version of docker-compose command'
branding:
color: blue
icon: play
runs: runs:
using: 'node12' using: 'node12'
main: 'dist/index.js' main: 'dist/index.js'