Skip to content

Commit c905041

Browse files
authored
🔧 Add branding to action
1 parent 9b6a2ce commit c905041

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎action.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Ghost Post'
22
description: 'GitHub action for publishing to a Ghost instance'
33
author: 'Discord Dungeons'
4+
branding:
5+
icon: 'book-open'
6+
color: 'green'
47
inputs:
58
post_title:
69
required: true
@@ -20,4 +23,4 @@ inputs:
2023
description: 'The admin API key of your ghost integration'
2124
runs:
2225
using: 'node12'
23-
main: 'dist/index.js'
26+
main: 'dist/index.js'

0 commit comments

Comments
 (0)