mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +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();
|
||||
if (dockerCmdFile !== null) {
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue