Skip to content

Commit 92ba67d

Browse files
authored
fixes gh docs
Fix description for skip-decompress parameter
2 parents da4f928 + 1b8cbef commit 92ba67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/trusted-build-systems/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ steps:
100100
| `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).
101101
| `download-signed-artifact-timeout-in-seconds` | `300` | HTTP timeout when downloading the signed artifact.
102102
| `parameters` | | Multiline-string of values that map to [user-defined parameters] in the Artifact Configuration. Use one line per parameter with the format `<name>: "<value>"` where `<value>` needs to be a valid JSON string.
103-
| `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)
103+
| `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)
104104
{:.break-code}
105105
{% endraw %}
106106

0 commit comments

Comments
 (0)