Fix the grammar in a warning message

pull/211/head
Jason Gross 2021-05-23 08:33:18 -04:00 committed by GitHub
parent 9243a41f97
commit 4db8255e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ async function run(): Promise<void> {
if (searchResult.filesToUpload.length > 10000) {
core.warning(
`There are over 10,000 files in this artifact, consider create an archive before upload to improve the upload performance.`
`There are over 10,000 files in this artifact, consider creating an archive before upload to improve the upload performance.`
)
}