Added missing changes and modified dist assets.

This commit is contained in:
GitHub Action 2024-01-18 05:42:34 +00:00 committed by renovate[bot]
parent 3680129aa2
commit 3af07c2040
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@ -1426,7 +1426,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.getEnv = void 0;
const core = __importStar(__nccwpck_require__(2186));
const getEnv = () => __awaiter(void 0, void 0, void 0, function* () {
core.debug(`Process Env: ${JSON.stringify(process.env, null, 2)}`);
core.debug(`Env: ${JSON.stringify(process.env, null, 2)}`);
return {
GITHUB_REF_NAME: process.env.GITHUB_REF_NAME || '',
GITHUB_REF: process.env.GITHUB_REF || '',

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long