mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-24 12:17:07 +00:00
fix: use @actions/exec to execute docker child process
This commit is contained in:
parent
23c4b5f227
commit
b435cadb65
4 changed files with 47 additions and 19 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue