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