Skip to content

Commit

Permalink
Define outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbeal committed Sep 22, 2019
1 parent c37a378 commit c3ed24e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Build Ghost Theme'
author: 'Douglas Beal <git@dougbeal.com>'
outputs:
release_file:
description: 'theme zip filename'
release_name:
description: 'theme filename sans extension'
release_tag:
description: 'theme release tag'
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'folder'
color: 'purple'

0 comments on commit c3ed24e

Please sign in to comment.