From c905041dd0470766fa4047940285099cf4f35a23 Mon Sep 17 00:00:00 2001 From: Mackan Date: Sun, 2 May 2021 16:41:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20branding=20to=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7d01f97..5f6ebbe 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Ghost Post' description: 'GitHub action for publishing to a Ghost instance' author: 'Discord Dungeons' +branding: + icon: 'book-open' + color: 'green' inputs: post_title: required: true @@ -20,4 +23,4 @@ inputs: description: 'The admin API key of your ghost integration' runs: using: 'node12' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'