We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa96ad7 commit f074eb4Copy full SHA for f074eb4
.github/workflows/diffBot.yml
@@ -129,9 +129,8 @@ jobs:
129
const imageUrl = urls[index]; // Access the specific image URL
130
131
// Append the image URL to the comment body
132
- commentBody += `\n`;
+ commentBody += `\n`;
133
}
134
-
135
console.log('Comment body constructed:\n' + commentBody);
136
137
await github.rest.issues.createComment({
0 commit comments