This commit is contained in:
2025-03-30 04:57:29 +03:00
parent 2c5d53f089
commit 71ac28b7b2

View File

@@ -27,11 +27,11 @@ cmd = 'git config --global ' + escape(key) + ' ' + escape(value)
result = os.popen(cmd)
key = 'url.'+GITHUB_SERVER_URL+'/.insteadOf'
cmd = 'git config --global "' + key + ' ' + GITHUB_SERVER_URL
cmd = 'git config --global ' + escape(key) + ' ' + GITHUB_SERVER_URL
key = 'url.'+GITHUB_SERVER_URL+'/.insteadOf'
key = 'url.https://'+INPUT_TOKEN+':x-oauth-basic@codex.r10x.net'+'/.insteadOf'
key = 'url.https://'+ACTIONS_RUNTIME_TOKEN+':x-oauth-basic@codex.r10x.net'+'/.insteadOf'
key = 'url.https://'+INPUT_TOKEN+':x-oauth-basic@codex.r10x.net'+'/.insteadOf'
value = 'git@"'+base64_string+'"'
cmd = 'git config --global ' + escape(key) + ' ' + escape(GITHUB_SERVER_URL)
result = os.popen(cmd)