Skip to content

Commit 4db8255

Browse files
authored
Fix the grammar in a warning message
1 parent 9243a41 commit 4db8255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upload-artifact.ts

+1-1
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)