action.yml: remove invalid syntax

Fixes https://github.com/bcomnes/deploy-to-neocities/issues/10
This commit is contained in:
Jonathan Chang 2020-08-05 16:19:14 +10:00 committed by GitHub
parent 7dce130590
commit 3fb6c25a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'