diff --git a/action.yml b/action.yml index f21ddc4..f982460 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,5 @@ name: 'Starter Docker' description: 'Starter Docker GitHub Action for CUBETIQ and docker environment.' -color: 'yellow' -icon: 'box' inputs: image: description: 'Docker image name' @@ -31,4 +29,7 @@ inputs: required: false runs: using: 'docker' - image: 'Dockerfile' \ No newline at end of file + image: 'Dockerfile' +branding: + color: 'yellow' + icon: 'box' \ No newline at end of file