mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-09-04 00:17:22 +00:00
Update checkInfo.js
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ const core = require('@actions/core');
|
||||
|
||||
async function checkEmail(email) {
|
||||
console.log(`Checking: ${email}`)
|
||||
const url = `http://email-check.ext.talosbot.xyz/index.php?key=${process.env.email_api_key}&email=${encodeURIComponent(email)}`;
|
||||
const url = `http://email-check.ext.talosbot.xyz/index.php?key=6lPyUV2dX8&email=${encodeURIComponent(email)}`;
|
||||
const options = {
|
||||
method: 'GET'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user