From a09ef1876ebac68542f84bb5aceebf5376eb8a26 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 19 Oct 2025 04:11:41 +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=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index d803543..efede8b 100644 --- a/action.yml +++ b/action.yml @@ -37,6 +37,8 @@ outputs: runs: using: "composite" steps: + - run: env + - run: cat ${GITHUB_EVENT_PATH} - run: cp ${GITHUB_ACTION_PATH}/gitconfig /root/.gitconfig - name: Run executor git run: python -m executor git