From 187a6e247dbd4c063e27e1588a438a8f9590bb66 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Tue, 3 Sep 2024 10:09:31 -0600 Subject: [PATCH] fix --- action.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/action.yaml b/action.yaml index 0b4dddc..6d42b34 100644 --- a/action.yaml +++ b/action.yaml @@ -12,9 +12,5 @@ inputs: description: flag that the update should be sent to actual users required: true runs: - using: "composite" - steps: - - uses: actions/setup-node@v4 - with: - node-version: 22 - - run: node action.mjs + using: "node20" + main: "action.mjs" \ No newline at end of file