style: remove no use

This commit is contained in:
元凛
2022-02-10 19:01:34 +08:00
parent c626dd5ef0
commit f94382051c
3 changed files with 0 additions and 2 deletions

1
dist/index.js vendored
View File

@@ -15230,7 +15230,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.IssueHelperEngine = void 0;
// import * as github from '@actions/github';
const actions_util_1 = __nccwpck_require__(6972);
const core = __importStar(__nccwpck_require__(9875));
const issue_1 = __nccwpck_require__(4680);

View File

@@ -1,4 +1,3 @@
// import * as github from '@actions/github';
import { dealStringToArr } from 'actions-util';
import * as core from '../core';

View File