Replace "file(s)" with "file" or "files" (#159)
parent
1fd4c858f9
commit
e6bd6b7749
|
@ -31,8 +31,9 @@ async function run(): Promise<void> {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
const s = searchResult.filesToUpload.length === 1 ? '' : 's'
|
||||
core.info(
|
||||
`With the provided path, there will be ${searchResult.filesToUpload.length} file(s) uploaded`
|
||||
`With the provided path, there will be ${searchResult.filesToUpload.length} file${s} uploaded`
|
||||
)
|
||||
core.debug(`Root artifact directory is ${searchResult.rootDirectory}`)
|
||||
|
||||
|
|
Loading…
Reference in New Issue