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

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'