Github custom action development - WIP

This commit is contained in:
Ori Kotek 2023-07-13 18:02:38 +03:00
parent 5742a9be1e
commit 9ca6b789a7
No known key found for this signature in database
GPG key ID: 5AAFD0757D1EAC4C

View file

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