From 640a37ac720c7bd141cf85582bb0992245bc7d59 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 10:27:34 -0600 Subject: [PATCH] run with node --- action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index e5d88a5..695c226 100644 --- a/action.yaml +++ b/action.yaml @@ -14,5 +14,4 @@ inputs: runs: using: "composite" steps: - - run: $GITHUB_ACTION_PATH/action.js - shell: node + - run: node $GITHUB_ACTION_PATH/action.js