From 3fb6c25a991350131b1dfa5dd971ea9e549a0c06 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Wed, 5 Aug 2020 16:19:14 +1000 Subject: [PATCH] action.yml: remove invalid syntax Fixes https://github.com/bcomnes/deploy-to-neocities/issues/10 --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index dd12821..3603163 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,6 @@ inputs: description: Delete orphaned files on neocities that don't exist in distDir default: false required: true -outputs: # none runs: using: 'node12' main: 'dist/index.js'