Update documentation on escaping quotes

Signed-off-by: Malcolm Davis Steele <me@malcolmdavis.xyz>
This commit is contained in:
Malcolm Davis Steele 2020-12-03 16:17:21 -06:00 committed by Malcolm Davis Steele
parent d51711af0d
commit e53bafea73
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ secrets: |
| `FOO` | `bar` | | `FOO` | `bar` |
| `EMPTYLINE` | `aaaa\n\nbbbb\nccc` | | `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 ## Troubleshooting