Skip to content

Commit

Permalink
🔧 Add branding to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 authored May 2, 2021
1 parent 9b6a2ce commit c905041
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,4 +23,4 @@ inputs:
description: 'The admin API key of your ghost integration'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit c905041

Please sign in to comment.