From c9aec40f4c793a65d0c88379b95f2213fc4170cd Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 29 Mar 2025 22:44:55 +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 7052461..3c7ad00 100644 --- a/action.yml +++ b/action.yml @@ -33,6 +33,6 @@ runs: steps: - run: pwd - run: ls -la - - run: ${{ github.action_path }}/execute.py + - run: ${{ github.action_path }}/execute.py ${{ github.token }} # main: execute.py # post: dist/index.js \ No newline at end of file