update input.ts
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -112,7 +112,7 @@ class Input {
|
||||
this.repo &&
|
||||
this.packageName &&
|
||||
this.numOldVersionsToDelete > 0 &&
|
||||
this.minVersionsToKeep > 0 &&
|
||||
this.minVersionsToKeep >= 0 &&
|
||||
this.token);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ export class Input {
|
||||
this.repo &&
|
||||
this.packageName &&
|
||||
this.numOldVersionsToDelete > 0 &&
|
||||
this.minVersionsToKeep > 0 &&
|
||||
this.minVersionsToKeep >= 0 &&
|
||||
this.token
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user