mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-26 12:33:37 +00:00
Update renovate.ts
This commit is contained in:
parent
c73ae27a92
commit
f95deed5a8
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ export class Renovate {
|
|||
dockerArguments.push(dockerCmd);
|
||||
}
|
||||
|
||||
const command = `docker run ${dockerArguments.join(' ')}`;
|
||||
const command = `podman run ${dockerArguments.join(' ')}`;
|
||||
|
||||
const code = await exec(command);
|
||||
if (code !== 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue