Skip to content

Commit 5753a17

Browse files
committed
Update dist
Signed-off-by: adshao <tjusgj@gmail.com>
1 parent 903f861 commit 5753a17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dist/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39192,10 +39192,10 @@ const httpsProxyAgent = __nccwpck_require__(81908);
3919239192

3919339193
function configWithProxy(config) {
3919439194
var c = config || {};
39195-
if (process.env.HTTPS_PROXY) {
39196-
core.debug(`use proxy: ${process.env.HTTPS_PROXY}`);
39195+
if (process.env.OPENAI_PROXY) {
39196+
core.debug(`use proxy: ${process.env.OPENAI_PROXY}`);
3919739197
c.proxy = false;
39198-
c.httpsAgent = new httpsProxyAgent(process.env.HTTPS_PROXY);
39198+
c.httpsAgent = new httpsProxyAgent(process.env.OPENAI_PROXY);
3919939199
return c;
3920039200
}
3920139201
return c;
@@ -39245,6 +39245,7 @@ async function run() {
3924539245
}
3924639246
});
3924739247
const code = response.data;
39248+
core.debug(`diff code: ${code}`);
3924839249
const files = parsePullRequestDiff(code);
3924939250
core.debug(`diff files: ${files}`);
3925039251

0 commit comments

Comments
 (0)