We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9243a41 commit 4db8255Copy full SHA for 4db8255
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