bug: fix input name

This commit is contained in:
Bret Comnes 2020-02-17 21:30:50 -07:00
parent 7f3db0b932
commit 14f0feaed2
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -7,7 +7,7 @@ inputs:
api_token: # api token for site to deploy to api_token: # api token for site to deploy to
description: 'Neocities API token for site to deploy to' description: 'Neocities API token for site to deploy to'
required: true required: true
distDir: dist_dir:
description: 'Local folder to deploy to neocities' description: 'Local folder to deploy to neocities'
default: 'public' default: 'public'
required: true required: true