Github custom action development - WIP

This commit is contained in:
Ori Kotek
2023-07-13 18:02:38 +03:00
parent 5742a9be1e
commit 9ca6b789a7

View File

@ -26,3 +26,7 @@ def run_action():
print("RUNNER_DEBUG not set")
return
print(RUNNER_DEBUG)
if __name__ == '__main__':
run_action()