From 3db9141effd817d06566bb00ed88c6f928473c59 Mon Sep 17 00:00:00 2001 From: ujjwal-shekhar <95298765+ujjwal-shekhar@users.noreply.github.com> Date: Tue, 25 Oct 2022 10:10:47 +0530 Subject: [PATCH] Update workflow-commands-for-github-actions.md --- .../using-workflows/workflow-commands-for-github-actions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/actions/using-workflows/workflow-commands-for-github-actions.md b/content/actions/using-workflows/workflow-commands-for-github-actions.md index 190fb2982240..49c2cc56d544 100644 --- a/content/actions/using-workflows/workflow-commands-for-github-actions.md +++ b/content/actions/using-workflows/workflow-commands-for-github-actions.md @@ -698,6 +698,12 @@ For multiline strings, you may use a delimiter with the following syntax. {% endwarning %} +{% note %} + +Multi-line output values can be set with the same technique used in this section to define Multi-line environment variables + +{% endnote %} + #### Example This example uses `EOF` as a delimiter, and sets the `JSON_RESPONSE` environment variable to the value of the `curl` response.