Skip to content

Commit

Permalink
Fix the grammar in a warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed May 23, 2021
1 parent 9243a41 commit 4db8255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload-artifact.ts
Expand Up @@ -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.`
)
}

Expand Down

0 comments on commit 4db8255

Please sign in to comment.