Updated the branding

This commit is contained in:
Sambo Chea 2021-03-26 20:39:38 +07:00
parent 997c0ae56e
commit 8336f99a8d

View File

@ -1,7 +1,5 @@
name: 'Starter Docker' name: 'Starter Docker'
description: 'Starter Docker GitHub Action for CUBETIQ and docker environment.' description: 'Starter Docker GitHub Action for CUBETIQ and docker environment.'
color: 'yellow'
icon: 'box'
inputs: inputs:
image: image:
description: 'Docker image name' description: 'Docker image name'
@ -31,4 +29,7 @@ inputs:
required: false required: false
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'Dockerfile'
branding:
color: 'yellow'
icon: 'box'