TryGhost / action-deploy-theme

:octocat: Deploy your Ghost theme with Github Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

action.yml missing `theme-name` config var

mrkwse opened this issue · comments

theme-name does not appear in action.yml and so causes a warning when run as follows:

Unexpected input 'theme-name', valid inputs are ['api-url', 'api-key', 'exclude', 'file']

As per #23, the key is used by the action, but missing from actions.yml

Fixed by #24