From b1f4b786a71830579ee6cbd5cb7a8e248c8df520 Mon Sep 17 00:00:00 2001 From: Nora Cahill <55991978+NorWhal@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:05:16 -0800 Subject: [PATCH] sheet-actions - fix defaults in action.yml --- .actions/sheet-http/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.actions/sheet-http/action.yml b/.actions/sheet-http/action.yml index ed33fc117b..d9defff52b 100644 --- a/.actions/sheet-http/action.yml +++ b/.actions/sheet-http/action.yml @@ -7,6 +7,10 @@ inputs: default: '::' credentials: required: true + run-all: + default: false + simulate: + default: false runs: using: 'node20'