1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Merge branch 'main' into cmwilson21-patch-2

This commit is contained in:
Courtney Wilson
2022-08-12 11:52:32 -05:00
committed by GitHub

View File

@@ -628,6 +628,12 @@ For multiline strings, you may use a delimiter with the following syntax.
{delimiter}
```
{% warning %}
**Warning:** Make sure the delimiter you're using is randomly generated and unique for each run. For more information, see "[Understanding the risk of script injections](/actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections)".
{% endwarning %}
#### Example
This example uses `EOF` as a delimiter, and sets the `JSON_RESPONSE` environment variable to the value of the `curl` response.