From e53bafea73e541e9d303b47a4a0e6d3a4827f580 Mon Sep 17 00:00:00 2001 From: Malcolm Davis Steele Date: Thu, 3 Dec 2020 16:17:21 -0600 Subject: [PATCH] Update documentation on escaping quotes Signed-off-by: Malcolm Davis Steele --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4edc2..0d29e45 100644 --- a/README.md +++ b/README.md @@ -661,7 +661,7 @@ secrets: | | `FOO` | `bar` | | `EMPTYLINE` | `aaaa\n\nbbbb\nccc` | -> Note: all quote signs need to be doubled for escaping. +> Note: all quote signs need to be doubled for escaping. This is, for a secret `SECRET={"key":"value"}`, you'll need to provide `"SECRET={""key"":""value""}"`. ## Troubleshooting