From 42e857ed0f370d396f8cc0469c7774620e8d80b7 Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:23:33 +0100 Subject: [PATCH] fix: remove empty outputs --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 1015115..4f0655b 100644 --- a/action.yml +++ b/action.yml @@ -28,8 +28,6 @@ inputs: required: false default: '100000' -outputs: - runs: using: node24 main: main.js