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

This commit is contained in:
Jeroen de Bruijn 2020-05-03 21:43:00 +02:00
parent 23c4b5f227
commit b435cadb65
No known key found for this signature in database
GPG key ID: 3A2677A1DF38FF9F
4 changed files with 47 additions and 19 deletions

View file

@ -31,7 +31,8 @@
},
"homepage": "https://github.com/renovatebot/github-action#readme",
"dependencies": {
"@actions/core": "1.2.4"
"@actions/core": "1.2.4",
"@actions/exec": "1.0.4"
},
"devDependencies": {
"@commitlint/cli": "8.3.5",