Skip to content

Commit 05e8d0b

Browse files
committed
ci: Debug ci
1 parent 2c445a7 commit 05e8d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/scripts/upload-badge.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ const headers = new Headers([
4444
if (status === 200) {
4545
console.log('Badge has been updated')
4646
} else {
47+
console.log(gistUrl.toString());
48+
console.log(JSON.stringify([...headers.entries()]))
4749
console.warn('Badge has not been updated')
4850
}
4951
})();

0 commit comments

Comments
 (0)