Skip to content

Commit

Permalink
More debug values to diagnose error
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Oct 11, 2024
1 parent ea9fbe9 commit 039c04d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/main/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/github-application.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ function proxyExcluded(noProxy, baseUrl) {
const noProxyHosts = noProxy.split(',').map(part => part.trim());
core.debug(`noProxyHosts = ${JSON.stringify(noProxyHosts)}`);

core.debug(`parsing baseURL: '${baseUrl}'`);
const parsedBaseUrl = new URL(baseUrl);
core.debug(`base url host = '${parsedBaseUrl.host}'`);

Expand Down

0 comments on commit 039c04d

Please sign in to comment.