From bb144d6c605207c5885a41f710f3a27707f17c2e Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 3 May 2020 22:08:18 +0200 Subject: [PATCH] Update action metadata --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2e13789..caefe8b 100644 --- a/action.yml +++ b/action.yml @@ -3,8 +3,8 @@ name: 'Import GPG' description: 'GitHub Action to easily import your GPG key to sign commits and tags' author: 'crazy-max' branding: - color: 'green' - icon: 'key' + color: 'yellow' + icon: 'lock' runs: using: 'node12'