mirror of
https://github.com/servo/servo.git
synced 2025-07-06 15:03:40 +01:00
os.environ
This commit is contained in:
parent
c7fe3dfd48
commit
8d6e17db09
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import json
|
||||||
import pprint
|
import pprint
|
||||||
import taskcluster
|
import taskcluster
|
||||||
|
|
||||||
event = json.loads(environ["GITHUB_EVENT"])
|
event = json.loads(os.environ["GITHUB_EVENT"])
|
||||||
print("GitHub event:")
|
print("GitHub event:")
|
||||||
pprint.pprint(event)
|
pprint.pprint(event)
|
||||||
print("")
|
print("")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue