File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -6587,7 +6587,6 @@ const path = __importStar(__webpack_require__(622));
6587
6587
const cache_restore_1 = __webpack_require__(409);
6588
6588
const cache_utils_1 = __webpack_require__(570);
6589
6589
const os = __webpack_require__(87);
6590
- const github_1 = __importDefault(__webpack_require__(469));
6591
6590
function run() {
6592
6591
return __awaiter(this, void 0, void 0, function* () {
6593
6592
try {
@@ -6598,8 +6597,6 @@ function run() {
6598
6597
let version = resolveVersionInput();
6599
6598
let arch = core.getInput('architecture');
6600
6599
const cache = core.getInput('cache');
6601
- const payload = JSON.stringify(github_1.default.context.payload, undefined, 2);
6602
- console.log(`The event payload: ${payload}`);
6603
6600
// if architecture supplied but node-version is not
6604
6601
// if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
6605
6602
if (arch && !version) {
You can’t perform that action at this time.
0 commit comments