Skip to content

Commit 826b78c

Browse files
committed
Remove setSecret call
1 parent f67c9cd commit 826b78c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lib/start-proxy-action.js

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy-action.ts

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ async function runWrapper() {
9999

100100
let proxy_auth: BasicAuthCredentials | undefined = undefined;
101101
if (proxy_password) {
102-
core.setSecret(proxy_password);
103102
proxy_auth = {
104103
username: PROXY_USER,
105104
password: proxy_password,

0 commit comments

Comments
 (0)