Update
This commit is contained in:
@@ -26,6 +26,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'
|
||||
cmd = 'git config --global ' + key + ' ' + GITHUB_SERVER_URL
|
||||
result = os.popen(cmd)
|
||||
|
||||
# cmd = 'git config list --local'
|
||||
|
||||
Reference in New Issue
Block a user