We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c445a7 commit 05e8d0bCopy full SHA for 05e8d0b
tools/scripts/upload-badge.mjs
@@ -44,6 +44,8 @@ const headers = new Headers([
44
if (status === 200) {
45
console.log('Badge has been updated')
46
} else {
47
+ console.log(gistUrl.toString());
48
+ console.log(JSON.stringify([...headers.entries()]))
49
console.warn('Badge has not been updated')
50
}
51
})();
0 commit comments