feat: use node executor

This commit is contained in:
Michael Kriese 2020-04-28 18:42:35 +02:00
parent 7b883f8510
commit f89b01aa7e
4 changed files with 34 additions and 6 deletions

View file

@ -14,9 +14,13 @@ inputs:
GitHub personal access token that Renovate should use. This should be
configured using a Secret.
required: true
#runs:
# using: docker
# image: src/Dockerfile
# args:
# - ${{ inputs.configurationFile }}
# - ${{ inputs.token }}
runs:
using: docker
image: src/Dockerfile
args:
- ${{ inputs.configurationFile }}
- ${{ inputs.token }}
using: 'node12'
main: 'src/index.js'