Skip to content

Commit 68aab9a

Browse files
committed
[TEST]
1 parent 8671f2a commit 68aab9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dist/setup/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6587,7 +6587,6 @@ const path = __importStar(__webpack_require__(622));
65876587
const cache_restore_1 = __webpack_require__(409);
65886588
const cache_utils_1 = __webpack_require__(570);
65896589
const os = __webpack_require__(87);
6590-
const github_1 = __importDefault(__webpack_require__(469));
65916590
function run() {
65926591
return __awaiter(this, void 0, void 0, function* () {
65936592
try {
@@ -6598,8 +6597,6 @@ function run() {
65986597
let version = resolveVersionInput();
65996598
let arch = core.getInput('architecture');
66006599
const cache = core.getInput('cache');
6601-
const payload = JSON.stringify(github_1.default.context.payload, undefined, 2);
6602-
console.log(`The event payload: ${payload}`);
66036600
// if architecture supplied but node-version is not
66046601
// if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
66056602
if (arch && !version) {

0 commit comments

Comments
 (0)