Fix boolean parsing

This commit is contained in:
Bret Comnes
2020-02-12 21:14:59 -07:00
parent dda8316219
commit 19246fac79
2 changed files with 5 additions and 5 deletions

View File

@@ -4,10 +4,10 @@ branding:
icon: cat
color: yellow
inputs:
api-token: # api token for site to deploy to
apiToken: # api token for site to deploy to
description: 'Neocities API token for site to deploy to'
required: true
dist-dir:
distDir:
description: 'Local folder to deploy to neocities'
default: 'public'
required: true