From 89e13d5e1d592cc99e0cf3e77bb763dd06a97e36 Mon Sep 17 00:00:00 2001 From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:48:43 +0800 Subject: [PATCH 1/3] fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3269d1c..476ff05 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c ## Found a bug? - **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/actions/upload-artifact/issues). -- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/actions/upload-artifact/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or a **reproducable test case** demonstrating the expected behavior that is not occurring. +- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/actions/upload-artifact/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or a **reproducible test case** demonstrating the expected behavior that is not occurring. - If possible, use the relevant bug report templates to create the issue. ## What should I know before submitting a pull request or issue From 28fef43398811b52f7730c3b490d9e5c1cd6c498 Mon Sep 17 00:00:00 2001 From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:48:50 +0800 Subject: [PATCH 2/3] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20b18a9..224c1c2 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Relative and absolute file paths are both allowed. Relative paths are rooted aga ### Altering compressions level (speed v. size) -If you are uploading large or easily compressable data to your artifact, you may benefit from tweaking the compression level. By default, the compression level is `6`, the same as GNU Gzip. +If you are uploading large or easily compressible data to your artifact, you may benefit from tweaking the compression level. By default, the compression level is `6`, the same as GNU Gzip. The value can range from 0 to 9: - 0: No compression From 5beeaa849685d390b434569439e50bb5e8f4b735 Mon Sep 17 00:00:00 2001 From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:48:59 +0800 Subject: [PATCH 3/3] fix typo in merge/README.md --- merge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merge/README.md b/merge/README.md index b2f390e..9f37dd3 100644 --- a/merge/README.md +++ b/merge/README.md @@ -91,7 +91,7 @@ jobs: path: file-${{ matrix.foo }}.txt ``` -Each of the following examples will use the `needs: upload` as a prerequesite before any merging operations. +Each of the following examples will use the `needs: upload` as a prerequisite before any merging operations. ### Combining all artifacts in a workflow run