Procházet zdrojové kódy

adding temp path info

Vallie Joseph před 2 roky
rodič
revize
922e12e3a3
2 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 1 0
      dist/index.js
  2. 2 0
      src/git-auth-helper.ts

+ 1 - 0
dist/index.js

@@ -7204,6 +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)`);
                 yield io
                     .rmRF(this.temporaryHomePath)
                     // eslint-disable-next-line github/no-then

+ 2 - 0
src/git-auth-helper.ts

@@ -197,6 +197,8 @@ class GitAuthHelper {
     if (this.temporaryHomePath?.length > 0) {
       core.debug(`Unsetting HOME override`)
       this.git.removeEnvironmentVariable('HOME')
+
+      core.info(`hi there: $(this.temporaryHomePath)`)
       await io
         .rmRF(this.temporaryHomePath)
         // eslint-disable-next-line github/no-then