Fixed action attribute for Node runner

This commit is contained in:
Corey Butler 2022-10-12 16:37:03 -05:00
parent c0360d1526
commit 93dacd181d
No known key found for this signature in database
GPG Key ID: 11C5CD9E1B4C7F8F

View File

@ -62,4 +62,4 @@ outputs:
description: \"yes\" or \"no\", indicating the tag represents a semantic version build.
runs:
using: 'node16'
image: 'app/main.js'
main: 'app/main.js'