From c9adeef5ce927235042c061f5dfc69f555c29683 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sat, 29 Mar 2025 01:33:35 +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 51892f2..efa9aa2 100644 --- a/action.yml +++ b/action.yml @@ -29,6 +29,6 @@ outputs: commit: description: 'The commit SHA that was checked out' runs: - using: python -c "import sys; print(sys.argv)" + using: "python -c 'import sys; print(sys.argv)'" # main: python # post: dist/index.js \ No newline at end of file