From 92e248fb010dab1d9dd92f9911c7085ca2cdf689 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 29 Mar 2025 02:00:31 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 928ecb8..5ae7dfd 100644 --- a/action.yml +++ b/action.yml @@ -30,5 +30,7 @@ outputs: description: 'The commit SHA that was checked out' runs: using: "composite" - main: execute.py + steps: + - run: ./execute.py +# main: execute.py # post: dist/index.js \ No newline at end of file