Skip to content

Commit c446566

Browse files
committed
chore(azure-preview-workflow): debug [revert]
1 parent 366ab7e commit c446566

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/scripts/comment-or-update.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ export const commentOrUpdate = (github, context, title, body) => {
2222
const priorComment = data.find((comment) =>
2323
comment.body.startsWith(title)
2424
);
25+
console.log('### TITLE');
26+
console.log(title);
27+
console.log('### TITLE');
28+
console.log('### BODY');
29+
console.log(body);
30+
console.log('### BODY');
31+
console.log('### DATA');
32+
console.log(data);
33+
console.log('### DATA');
2534
if (priorComment) {
2635
github.rest.issues.updateComment({
2736
owner: context.repo.owner,

0 commit comments

Comments
 (0)