From 3ebf8b2556e37fcf514dbf339cde6af95c4a13fe Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:29:06 -0400 Subject: [PATCH] Improve `compression-level` documentation Wrap text so that it isn't clipped when rendered in: https://github.com/actions/upload-artifact?tab=readme-ov-file#inputs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48a805e..8ae9599 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md). # The level of compression for Zlib to be applied to the artifact archive. # The value can range from 0 to 9. - # For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads. + # For large files that are not easily compressed, a value of 0 is recommended for + # significantly faster uploads. # Optional. Default is '6' compression-level: