test and error message update

This commit is contained in:
Trent Jones
2020-02-29 13:19:47 -06:00
parent 64d3415e33
commit 933feb0fd6
2 changed files with 2 additions and 1 deletions

View File

@@ -21,4 +21,5 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
package-name: 'com.github.actions.test-package'
num-old-versions-to-delete: 0

View File

@@ -19,7 +19,7 @@ export function getVersionIds(input: Input): Observable<string[]> {
}
return throwError(
"Could not get packageVersionIds. Explicitly specify using the 'package-version-ids' input or provide the 'package-name' and 'delete-oldest' inputs to dynamically retrieve oldest versions"
"Could not get packageVersionIds. Explicitly specify using the 'package-version-ids' input or provide the 'package-name' and 'num-old-versions-to-delete' inputs to dynamically retrieve oldest versions"
)
}