From c42ec3db3b1e19575e4f6fd82ba6449d7093e414 Mon Sep 17 00:00:00 2001 From: Joe Burnett <jburnett@gitlab.com> Date: Thu, 18 Apr 2024 16:38:29 +0000 Subject: [PATCH] Add space after output list --- doc/ci/steps/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ci/steps/index.md b/doc/ci/steps/index.md index 24a40c8734e22..588d7abbbca8b 100644 --- a/doc/ci/steps/index.md +++ b/doc/ci/steps/index.md @@ -91,6 +91,7 @@ Outputs can be the following types: - `struct` - `raw_string` - `step_result` + Outputs are written to `${{ output_file }}` in the form `key=value` where `key` is the name of the output. The `value` should be written as JSON unless the type is `raw_string`. The value type written by the step must match the declared type. The default output type is `raw_string`. -- GitLab