diff --git a/action.yml b/action.yml index 90f276d..95555c6 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,5 @@ outputs: description: "The time we greeted you" runs: - using: "docker" - image: "Dockerfile" - args: - - ${{ inputs.who-to-greet }} + using: "node20" + main: "index.js"