Print proxy log when debugging is enabled
This commit is contained in:
parent
7b43b7c7ca
commit
6186179441
6 changed files with 22 additions and 2 deletions
1
lib/start-proxy-action.js
generated
1
lib/start-proxy-action.js
generated
|
|
@ -81,6 +81,7 @@ async function runWrapper() {
|
|||
const credentials = JSON.parse(input);
|
||||
const ca = generateCertificateAuthority();
|
||||
const proxy_password = actionsUtil.getOptionalInput("proxy_password");
|
||||
core.saveState("proxy-log-file", logFilePath);
|
||||
let proxy_auth = undefined;
|
||||
if (proxy_password) {
|
||||
core.setSecret(proxy_password);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue