mirror of
https://code.forgejo.org/actions/upload-artifact
synced 2024-11-22 10:10:41 +00:00
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
This commit is contained in:
parent
fd99883423
commit
3ebf8b2556
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue