From a726db37de9c6782efce6c7b26297aa1c794c0bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Aug 2024 11:52:26 +0000 Subject: [PATCH] build file --- dist/index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dist/index.js b/dist/index.js index 16cd9ab..efa39cd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -47,6 +47,7 @@ const core_1 = __nccwpck_require__(9483); const github = __importStar(__nccwpck_require__(7586)); const path_1 = __importDefault(__nccwpck_require__(1017)); const fs_1 = __importDefault(__nccwpck_require__(7147)); +const process = __importStar(__nccwpck_require__(7742)); const octokit = (() => { let token = process.env.GITHUB_TOKEN; if (!token) { @@ -94,6 +95,7 @@ function run(input) { const absPath = path_1.default.join(baseDir, path_1.default.dirname(file), path_1.default.basename(file)); if (!fs_1.default.existsSync(absPath)) { (0, core_1.warning)(`not found file. baseDir = ${baseDir}, absPath = ${absPath}, __dirname = ${__dirname}`); + (0, core_1.info)(`file files = ${fs_1.default.readdirSync(file)}`); (0, core_1.info)(`baseDir files = ${fs_1.default.readdirSync(baseDir)}`); (0, core_1.info)(`relative files = ${fs_1.default.readdirSync(path_1.default.relative(__dirname, file))}`); } @@ -32656,6 +32658,14 @@ module.exports = require("node:events"); /***/ }), +/***/ 7742: +/***/ ((module) => { + +"use strict"; +module.exports = require("node:process"); + +/***/ }), + /***/ 4492: /***/ ((module) => {