This commit is contained in:
2025-03-30 04:13:57 +03:00
parent a87c07d823
commit 5e34317dad

View File

@@ -28,6 +28,9 @@ 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'
value = 'git@"'+base64_string+'"'
cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL
result = os.popen(cmd)