We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9243a41 + 4db8255 commit 5851818Copy full SHA for 5851818
1 file changed
src/upload-artifact.ts
@@ -39,7 +39,7 @@ async function run(): Promise<void> {
39
40
if (searchResult.filesToUpload.length > 10000) {
41
core.warning(
42
- `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.`
43
)
44
}
45
0 commit comments