We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6a2ce commit c905041Copy full SHA for c905041
‎action.yml‎
@@ -1,6 +1,9 @@
1
name: 'Ghost Post'
2
description: 'GitHub action for publishing to a Ghost instance'
3
author: 'Discord Dungeons'
4
+branding:
5
+ icon: 'book-open'
6
+ color: 'green'
7
inputs:
8
post_title:
9
required: true
@@ -20,4 +23,4 @@ inputs:
20
23
description: 'The admin API key of your ghost integration'
21
24
runs:
22
25
using: 'node12'
- main: 'dist/index.js'
26
+ main: 'dist/index.js'
0 commit comments