From 1b8cbefecf8bb2510e3601870d859ffcb7c84505 Mon Sep 17 00:00:00 2001 From: iAmir Date: Wed, 12 Aug 2026 02:44:09 +0330 Subject: [PATCH] Fix description for skip-decompress parameter --- docs/trusted-build-systems/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trusted-build-systems/github.md b/docs/trusted-build-systems/github.md index a8370189..150cb3fa 100644 --- a/docs/trusted-build-systems/github.md +++ b/docs/trusted-build-systems/github.md @@ -100,7 +100,7 @@ steps: | `service-unavailable-timeout-in-seconds` | `600` | Total time in seconds that the action will wait for a single service call to succeed (across several retries). | `download-signed-artifact-timeout-in-seconds` | `300` | HTTP timeout when downloading the signed artifact. | `parameters` | | Multiline-string of values that map to [user-defined parameters] in the Artifact Configuration. Use one line per parameter with the format `: ""` where `` needs to be a valid JSON string. -| `skip-decompress` | `false` | Set to `true` if the `archive` parameter in the `upload-artifact` action is set to `true` (i.e. the artifact is not stored as a ZIP archive) +| `skip-decompress` | `false` | Set to `true` if the `archive` parameter in the `upload-artifact` action is set to `false` (i.e. the artifact is not stored as a ZIP archive) {:.break-code} {% endraw %}