Use nodejs to start bash

This commit is contained in:
Adam Dobrawy
2019-11-12 19:29:07 +01:00
parent f08aa344e7
commit d3c5a1eaed
2 changed files with 15 additions and 2 deletions

View File

@@ -24,5 +24,5 @@ inputs:
required: false
default: '.'
runs:
using: 'bash'
main: 'start.sh'
using: 'node12'
main: 'start.js'