From 8336f99a8d2fbce369d51274155d8bc81e112236 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 20:39:38 +0700 Subject: [PATCH] Updated the branding --- action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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