refactor: convert project to typescript (#47)

* refactor: convert project to typescript

* fix: image as last argument of docker run

* ci: remove example as the build can act as example

* fix: set tokenEnv to RENOVATE_TOKEN

* fix: add trailing single quite to Docker --env arguments

* fix: mount volume with config file to Docker container

* chore: remove Prettier trailingComma on all

This puts it back at the default, which is es5 style.

* fix: correct package main to dist/indes.js

* fix: use @actions/exec to execute docker child process

* fix: use async/await for exec

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* fix: use async/await in the runner

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Jeroen de Bruijn 2020-05-04 07:19:15 +01:00 committed by GitHub
parent 47a19ef007
commit ec8a542458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 160 additions and 61 deletions

View file

@ -15,8 +15,5 @@ inputs:
configured using a Secret.
required: true
runs:
using: docker
image: src/Dockerfile
args:
- ${{ inputs.configurationFile }}
- ${{ inputs.token }}
using: node12
main: dist/index.js