Skip to content

Commit

Permalink
Merge pull request #246 from malkam03/h-doubled-quotes
Browse files Browse the repository at this point in the history
Update documentation on escaping quotes
  • Loading branch information
crazy-max committed Dec 3, 2020
2 parents d51711a + 9ada314 commit 22b2fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ secrets: |
bbbb
ccc"
"JSON_SECRET={""key1"":""value1"",""key2"":""value2""}"
```
| Key | Value |
Expand All @@ -660,6 +661,7 @@ secrets: |
| `MYSECRET` | `aaaaaaaa\nbbbbbbb\nccccccccc` |
| `FOO` | `bar` |
| `EMPTYLINE` | `aaaa\n\nbbbb\nccc` |
| `JSON_SECRET` | `{"key1":"value1","key2":"value2"}` |
> Note: all quote signs need to be doubled for escaping.
Expand Down

0 comments on commit 22b2fa6

Please sign in to comment.