From 6d2cf2ffcc8cbb87692b94992da1a24ce72fb8bd Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 5 May 2026 14:40:22 +0300 Subject: [PATCH] Init --- proxy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/action.yml b/proxy/action.yml index 62f4c5a..64c7c40 100644 --- a/proxy/action.yml +++ b/proxy/action.yml @@ -18,7 +18,7 @@ runs: HostName bitbucket.isb User git IdentityFile ~/.ssh/my_key - ProxyCommand socat - PROXY:192.168.76.142:%h:%p,proxyport=8077 + ProxyCommand socat - PROXY:otp.xx:%h:%p,proxyport=8077 StrictHostKeyChecking no UserKnownHostsFile /dev/null IdentitiesOnly yes