From 3cddc4f12d7a6fdbb8b1221dc02a2c64670e54bf Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Sun, 1 Nov 2020 20:39:24 +0100 Subject: [PATCH] feat(action): improve marketplace information --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 11a2b9e..fcd3934 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,9 @@ -name: "GitHub Slug" -description: "Action to slug and expose some github variables" +name: "GitHub Slug Action" +description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow" author: 'rlespinasse' runs: using: 'node12' main: 'dist/index.js' branding: - icon: "crop" - color: "orange" + icon: "minimize" + color: "blue"