This commit is contained in:
@@ -16,11 +16,11 @@ def escape(text):
|
||||
return '"' + text + '"'
|
||||
|
||||
cmd = 'git init'
|
||||
os.popen(cmd)
|
||||
result = os.popen(cmd)
|
||||
print(result.read())
|
||||
|
||||
cmd = 'ls -la'
|
||||
os.popen(cmd)
|
||||
result = os.popen(cmd)
|
||||
print(result.read())
|
||||
|
||||
sample_string = "x-access-token:" + ACTIONS_RUNTIME_TOKEN
|
||||
|
||||
Reference in New Issue
Block a user