Skip to content

Commit 01868f1

Browse files
authored
refactor: remove unused @actions/core from ping.js (#1367)
1 parent 8c73325 commit 01868f1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -100501,7 +100501,6 @@ function wrappy (fn, cb) {
100501100501
/***/ 9390:
100502100502
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
100503100503

100504-
const core = __nccwpck_require__(2186)
100505100504
const got = __nccwpck_require__(3061)
100506100505
const debug = __nccwpck_require__(8237)('@cypress/github-action')
100507100506

src/ping.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const core = require('@actions/core')
21
const got = require('got')
32
const debug = require('debug')('@cypress/github-action')
43

0 commit comments

Comments
 (0)