Merge pull request #11 from jonchang/patch-1

action.yml: remove invalid syntax
This commit is contained in:
Bret Comnes 2020-08-05 13:31:13 -06:00 committed by GitHub
commit f638cbacda
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'