From caae2ae5b048e773bcc6375e4ea07ab38354a277 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Mon, 10 Feb 2020 15:16:31 -0700 Subject: [PATCH] fix name of var --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 069a69b..99411ed 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