We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21be9e4 commit bb063c1Copy full SHA for bb063c1
1 file changed
packages/napi/scripts/patch.mjs
@@ -22,6 +22,7 @@ const metadata = {
22
actor: Number(GITHUB_ACTOR_ID),
23
};
24
25
+console.log(metadata)
26
const key = hash(metadata);
27
28
const checkResponse = await fetch(new URL("/check", apiUrl), {
0 commit comments