This commit is contained in:
@@ -16,5 +16,6 @@ def handle_config(config):
|
|||||||
config['github.event.path'] = getenv('GITHUB_EVENT_PATH')
|
config['github.event.path'] = getenv('GITHUB_EVENT_PATH')
|
||||||
with open(config['github.event.path'], 'r') as fd:
|
with open(config['github.event.path'], 'r') as fd:
|
||||||
data = json.load(fd)
|
data = json.load(fd)
|
||||||
|
org_id = data['repository']['owner']['id']
|
||||||
pretty_json = json.dumps(data, indent=4)
|
pretty_json = json.dumps(data, indent=4)
|
||||||
print(pretty_json)
|
print(pretty_json)
|
||||||
|
|||||||
Reference in New Issue
Block a user