Skip to content

Commit 9c7f1e2

Browse files
committed
Need same escapes applied to app_diff as prod_diff in deploy-prod workflow
1 parent d48e3d1 commit 9c7f1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
if [ -n "$prod_diff" ]; then
5353
prod_diff_msg=$(cat <<EOF
5454
To be applied to prod from $prod_manifest_dir:
55-
```diff
55+
\`\`\`diff
5656
$prod_diff
57-
```
57+
\`\`\`
5858
5959
EOF)
6060
fi

0 commit comments

Comments
 (0)