This commit is contained in:
2025-03-30 04:39:41 +03:00
parent 235355d02a
commit 5a56e431f3

View File

@@ -27,9 +27,9 @@ result = os.popen(cmd)
key = 'url.'+GITHUB_SERVER_URL+'/.insteadOf'
cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL
key = 'url.https://'+ACTIONS_RUNTIME_TOKEN+':x-oauth-basic@codex.r10x.net'+'/.insteadOf'
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'
value = 'git@"'+base64_string+'"'
cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL
result = os.popen(cmd)