3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-24 12:25:34 +00:00

adding info

This commit is contained in:
Vallie Joseph 2022-12-06 16:32:05 +00:00
parent 922e12e3a3
commit 32ace3a191
3 changed files with 3 additions and 2 deletions

2
dist/index.js vendored
View file

@ -7204,7 +7204,7 @@ class GitAuthHelper {
if (((_a = this.temporaryHomePath) === null || _a === void 0 ? void 0 : _a.length) > 0) {
core.debug(`Unsetting HOME override`);
this.git.removeEnvironmentVariable('HOME');
core.info(`hi there: $(this.temporaryHomePath)`);
core.info(`hi there: ${this.temporaryHomePath}`);
yield io
.rmRF(this.temporaryHomePath)
// eslint-disable-next-line github/no-then