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'