From 99eb9f6889844568eb844f2c2c1b19a1bebdb3bd Mon Sep 17 00:00:00 2001 From: William Beuil Date: Thu, 12 Nov 2020 09:43:37 +0100 Subject: [PATCH] Add branding --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fbfba72..a6e8785 100644 --- a/action.yml +++ b/action.yml @@ -8,10 +8,13 @@ inputs: timeout: description: The max time to run the action (in seconds) required: false - default: "120" + default: '120' outputs: url: description: The url of the new deployment runs: using: node12 main: dist/index.js +branding: + icon: send + color: orange