Skip to content

Commit 9cbaa93

Browse files
committed
fix note
1 parent 48969d4 commit 9cbaa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
body += `✅ Build complete for PR #${prNumber}.\n\n`;
127127
body += `📦 Binary artifacts are available in the [workflow run](${runUrl}) (expires on ${expiryDate}).\n\n`;
128128
body += `> **Note:** Download artifacts by clicking on the workflow run link above, then scroll to the "Artifacts" section.\n`;
129-
body += `> _Artifacts from PR builds are for testing only and may contain unreviewed code._`;
129+
body += `> _Artifacts from PR builds are for testing only and may contain unreviewed, malicious code._`;
130130
} else if (conclusion === 'failure') {
131131
body += `❌ Build failed for PR #${prNumber}.\n\n`;
132132
body += `See the [workflow run](${runUrl}) for details.`;

0 commit comments

Comments
 (0)