Skip to content

Commit 0461e42

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ export const commentOrUpdate = (github, context, title, body) => {
2222
const priorComment = data.find((comment) =>
2323
comment.body.startsWith(title)
2424
);
25+
console.log('### DATA');
26+
console.log(data);
27+
console.log('### DATA');
28+
console.log('### PRIOR');
29+
console.log(priorComment);
30+
console.log('### COMMENT');
2531
if (priorComment) {
2632
github.rest.issues.updateComment({
2733
owner: context.repo.owner,

0 commit comments

Comments
 (0)