From 42f053af32bf8cc973cd2f661720d806cd0e278f Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sun, 19 Sep 2021 09:20:19 +0200 Subject: [PATCH] Add branding for releasing to marketplace --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 7ffb164..f6307ec 100644 --- a/action.yml +++ b/action.yml @@ -22,3 +22,6 @@ runs: image: "Dockerfile" args: - ${{ inputs.local-ref }} ${{ inputs.local-sha }} ${{ inputs.remote-ref }} ${{ inputs.remote-sha }} +branding: + icon: "lock" + color: "yellow"