From 14f0feaed2b52c65b7a9fac2a8c5437f75a3b033 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Mon, 17 Feb 2020 21:30:50 -0700 Subject: [PATCH] bug: fix input name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fdd3c06..0f7054a 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: api_token: # api token for site to deploy to description: 'Neocities API token for site to deploy to' required: true - distDir: + dist_dir: description: 'Local folder to deploy to neocities' default: 'public' required: true