From 071eab05c6c049f7736ff6102bb37055e1bf07a4 Mon Sep 17 00:00:00 2001 From: stefda Date: Wed, 25 Sep 2019 23:54:05 +0100 Subject: [PATCH] feat: add branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index a2f7f29..9ffdd55 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Cloud Run' description: 'Authenticate with gcloud, push image to GCR and deploy as a new revision to Cloud Run' author: 'David Stefan ' +branding: + icon: 'arrow-up-circle' + color: 'green' inputs: image: description: 'Name of the docker image'