Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/trusted-build-systems/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<name>: "<value>"` where `<value>` 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 %}

Expand Down