Skip to content

Commit 9fdc90f

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 999d852 commit 9fdc90f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/job-send-notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ jobs:
137137
<h3 style="margin:0 0 14px; font-size:13px; text-transform:uppercase; letter-spacing:0.5px; color:#6b7280; border-bottom:2px solid #e5e7eb; padding-bottom:8px;">Deployment Details</h3>
138138
<table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom:28px;">
139139
<tr><td style="padding:8px 0; font-size:13px; color:#6b7280; width:140px;">Triggered By</td>
140-
<td style="padding:8px 0; font-size:13px; color:#111827;">${{ github.actor }}</td></tr>
140+
<td style="padding:8px 0; font-size:13px; color:#111827;">$(html_escape "${{ github.actor }}")</td></tr>
141141
<tr><td style="padding:8px 0; font-size:13px; color:#6b7280;">Branch</td>
142-
<td style="padding:8px 0; font-size:13px; color:#111827; font-family:'Cascadia Code','Courier New',monospace;">${{ env.BRANCH_NAME }}</td></tr>
142+
<td style="padding:8px 0; font-size:13px; color:#111827; font-family:'Cascadia Code','Courier New',monospace;">$(html_escape "${{ env.BRANCH_NAME }}")</td></tr>
143143
</table>
144144
<table role="presentation" width="100%" cellpadding="0" cellspacing="0"><tr><td align="center" style="padding:8px 0;">
145145
<a href="${RUN_URL}" style="display:inline-block; background:#dc2626; color:#ffffff; text-decoration:none; padding:12px 28px; border-radius:4px; font-size:13px; font-weight:600; letter-spacing:0.3px;">VIEW PIPELINE RUN</a>

0 commit comments

Comments
 (0)