docs: unescape quotes of go template string

This commit is contained in:
Rico 2023-12-20 00:08:41 +00:00
parent b3a00ee926
commit dacc25f612

View file

@ -41,7 +41,7 @@ Additionally, the result is piped through the built-in Go template function `js`
{
"match": {
"type": "payload-hmac-sha1",
"secret": "{{ getenv \"XXXTEST_SECRET\" | js }}",
"secret": "{{ getenv "XXXTEST_SECRET" | js }}",
"parameter": {
"source": "header",
"name": "X-Hub-Signature"