Skip to content

Commit

Permalink
Merge pull request #211 from JasonGross/patch-1
Browse files Browse the repository at this point in the history
Fix the grammar in a warning message
  • Loading branch information
brcrista committed Jun 16, 2021
2 parents 9243a41 + 4db8255 commit 5851818
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 5851818

Please sign in to comment.