This commit is contained in:
Varun Sharma 2023-11-13 19:14:30 -08:00
commit 34aaaff088
5 changed files with 5 additions and 3 deletions

1
dist/pre/index.js vendored
View file

@ -88524,6 +88524,7 @@ var setup_awaiter = (undefined && undefined.__awaiter) || function (thisArg, _ar
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
process.env.NODE_DEBUG = "http";

File diff suppressed because one or more lines are too long

2
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@actions/core": "^1.5.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.0.1",
"@actions/http-client": "^2.2.0",
"@actions/tool-cache": "^2.0.1",
"ansi-regex": ">=5.0.1",
"is-docker": "^3.0.0",

View file

@ -27,7 +27,7 @@
"@actions/core": "^1.5.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.0.1",
"@actions/http-client": "^2.2.0",
"@actions/tool-cache": "^2.0.1",
"ansi-regex": ">=5.0.1",
"is-docker": "^3.0.0",

View file

@ -1,3 +1,4 @@
process.env.NODE_DEBUG = "http";
import * as core from "@actions/core";
import * as cp from "child_process";
import * as fs from "fs";