From b8e4e62894c03064f9533b6a3c9f30ce9e681693 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 10 Dec 2023 12:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9F?= 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 67e978d..835dc69 100644 --- a/action.yml +++ b/action.yml @@ -8,4 +8,4 @@ description: "Init python environment" # default: "3.10" runs: using: "node20" - main: "index.js" + main: "src/index.js"