diff --git a/dist/index.js b/dist/index.js index 0241029d6..ab8352565 100644 --- a/dist/index.js +++ b/dist/index.js @@ -100501,7 +100501,6 @@ function wrappy (fn, cb) { /***/ 9390: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -const core = __nccwpck_require__(2186) const got = __nccwpck_require__(3061) const debug = __nccwpck_require__(8237)('@cypress/github-action') diff --git a/src/ping.js b/src/ping.js index 4629602e7..deed9443f 100644 --- a/src/ping.js +++ b/src/ping.js @@ -1,4 +1,3 @@ -const core = require('@actions/core') const got = require('got') const debug = require('debug')('@cypress/github-action')