From 96a297394743994b79fbbed4d162c7e3ec2ab16e Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 18 Oct 2025 15:37:28 +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, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c48f0d9..d4daec5 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ outputs: runs: using: "composite" env: - PYTHONPATH: PYTHONPATH:${{ gitea.action_path }} + PYTHONPATH: $PYTHONPATH:${{ gitea.action_path }} steps: - run: env - run: pwd