This commit is contained in:
@@ -11,3 +11,5 @@ def handle_config(config):
|
||||
config['ref'] = INPUT_REF
|
||||
|
||||
config['github.event.path'] = getenv('GITHUB_EVENT_PATH')
|
||||
with open(config['github.event.path'], 'r') as fd:
|
||||
print(fd.readlines())
|
||||
|
||||
Reference in New Issue
Block a user