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"