Files
actions-toolkit/__tests__/.fixtures/docker-config-proxies.json
2024-07-31 11:04:17 +02:00

9 lines
134 B
JSON

{
"proxies": {
"default": {
"httpProxy": "http://127.0.0.1:3128",
"httpsProxy": "http://127.0.0.1:3128"
}
}
}