Skip to content

Commit e7fcfe1

Browse files
Color code app_diff in deploy workflow
Co-Authored-By: Chris Alfano <[email protected]>
1 parent e05f358 commit e7fcfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if [ -n "$app_diff" ]; then
4242
app_diff_msg=$(cat <<EOF
4343
To be applied to prod from $app_manifest:
44-
\`\`\`
44+
\`\`\`diff
4545
$app_diff
4646
\`\`\`
4747

0 commit comments

Comments
 (0)