Skip to content

Commit

Permalink
Fix double quotation error
Browse files Browse the repository at this point in the history
  • Loading branch information
chilianyi committed Oct 11, 2023
1 parent 4b79bea commit b346d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion featured/steps/echo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
"key": "message",
"value": {
"isLiteral": true,
"value": "{{.param.message}}"
"value": {{printf "%q" .param.message}}
}
}
],
Expand Down

0 comments on commit b346d94

Please sign in to comment.