Files
actions-toolkit/__tests__/fixtures/docker-config-proxies.json
2023-06-09 00:02:06 +02:00

9 lines
134 B
JSON

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