ci testing

This commit is contained in:
Trent Jones
2020-02-29 13:39:38 -06:00
parent 56f4c0e28d
commit 3692b9b73d
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -13925,7 +13925,7 @@ class Input {
return !!(this.owner &&
this.repo &&
this.packageName &&
this.numOldVersionsToDelete &&
this.numOldVersionsToDelete != null &&
this.token);
}
}

View File

@@ -40,7 +40,7 @@ export class Input {
this.owner &&
this.repo &&
this.packageName &&
this.numOldVersionsToDelete &&
this.numOldVersionsToDelete != null &&
this.token
)
}