mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
skip: merge (7f974c0f8a) [skip release]
This commit is contained in:
commit
18f2aa2840
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ export class Renovate {
|
||||||
dockerArguments.push(dockerCmd);
|
dockerArguments.push(dockerCmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
const command = `docker run ${dockerArguments.join(' ')}`;
|
const command = `docker run -t ${dockerArguments.join(' ')}`;
|
||||||
|
|
||||||
const code = await exec(command);
|
const code = await exec(command);
|
||||||
if (code !== 0) {
|
if (code !== 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue