ci testing
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
||||
# - run: npm run pack
|
||||
|
||||
smoke-test: # make sure the action works on a clean machine without building
|
||||
name: Smoke Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -13925,7 +13925,7 @@ class Input {
|
||||
return !!(this.owner &&
|
||||
this.repo &&
|
||||
this.packageName &&
|
||||
this.numOldVersionsToDelete > 0 &&
|
||||
this.numOldVersionsToDelete &&
|
||||
this.token);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ export class Input {
|
||||
this.owner &&
|
||||
this.repo &&
|
||||
this.packageName &&
|
||||
this.numOldVersionsToDelete > 0 &&
|
||||
this.numOldVersionsToDelete &&
|
||||
this.token
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user