Skip to content

Commit 5851818

Browse files
authored
Merge pull request #211 from JasonGross/patch-1
Fix the grammar in a warning message
2 parents 9243a41 + 4db8255 commit 5851818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/upload-artifact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function run(): Promise<void> {
3939

4040
if (searchResult.filesToUpload.length > 10000) {
4141
core.warning(
42-
`There are over 10,000 files in this artifact, consider create an archive before upload to improve the upload performance.`
42+
`There are over 10,000 files in this artifact, consider creating an archive before upload to improve the upload performance.`
4343
)
4444
}
4545

0 commit comments

Comments
 (0)