mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
Update src/renovate.ts
This commit is contained in:
parent
b00aebe09d
commit
a5fbebd976
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class Renovate {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private validateDockerCmdFileArgument(): void {
|
private async validateDockerCmdFileArgument(): Promise<void> {
|
||||||
const dockerCmdFile = this.input.getDockerCmdFile();
|
const dockerCmdFile = this.input.getDockerCmdFile();
|
||||||
if (dockerCmdFile !== null) {
|
if (dockerCmdFile !== null) {
|
||||||
if (
|
if (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue