Vallie Joseph преди 2 години
родител
ревизия
32ace3a191
променени са 3 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 1
      dist/index.js
  2. 1 0
      package.json
  3. 1 1
      src/git-auth-helper.ts

+ 1 - 1
dist/index.js

@@ -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

+ 1 - 0
package.json

@@ -4,6 +4,7 @@
   "description": "checkout action",
   "main": "lib/main.js",
   "scripts": {
+    "build-full": "npm run format && npm run build && npm run test",
     "build": "tsc && ncc build && node lib/misc/generate-docs.js",
     "format": "prettier --write '**/*.ts'",
     "format-check": "prettier --check '**/*.ts'",

+ 1 - 1
src/git-auth-helper.ts

@@ -198,7 +198,7 @@ class GitAuthHelper {
       core.debug(`Unsetting HOME override`)
       this.git.removeEnvironmentVariable('HOME')
 
-      core.info(`hi there: $(this.temporaryHomePath)`)
+      core.info(`hi there: ${this.temporaryHomePath}`)
       await io
         .rmRF(this.temporaryHomePath)
         // eslint-disable-next-line github/no-then