From 3b8689c41087cc5d4329c8035f9f71cae1111689 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 29 Mar 2025 22:44:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20execute.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- execute.py | 1 + 1 file changed, 1 insertion(+) diff --git a/execute.py b/execute.py index b889b29..98bfd9e 100755 --- a/execute.py +++ b/execute.py @@ -4,6 +4,7 @@ import os import sys print('EXECUTE') +print(os.argv) # for key, value in os.environ.items(): # print(f"{key}={value}") ACTIONS_RUNTIME_TOKEN = os.getenv('ACTIONS_RUNTIME_TOKEN')