We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d5369 commit c97c406Copy full SHA for c97c406
src/main.ts
@@ -48,7 +48,7 @@ actionsToolkit.run(
48
if (dockerConfig && dockerConfig.proxies) {
49
for (const host in dockerConfig.proxies) {
50
let prefix = '';
51
- if (dockerConfig.proxies.length > 1) {
+ if (Object.keys(dockerConfig.proxies).length > 1) {
52
prefix = ' ';
53
core.info(host);
54
}
0 commit comments