Github custom action development - WIP

This commit is contained in:
Ori Kotek
2023-07-13 18:18:23 +03:00
parent 38c8d187d2
commit 4033303c1f

View File

@ -19,7 +19,6 @@ def run_action():
RUNNER_DEBUG = os.environ.get('RUNNER_DEBUG', None)
if not RUNNER_DEBUG:
print("RUNNER_DEBUG not set")
return
### DEBUG
print(event_payload)
print(GITHUB_REPOSITORY)