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