From 8f3dca61120bfb687a3679bc7301ce7e9b68f628 Mon Sep 17 00:00:00 2001 From: Propaganistas Date: Sat, 12 Oct 2024 20:28:13 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d93585c..0c28e9b 100644 --- a/action.yml +++ b/action.yml @@ -147,7 +147,7 @@ runs: fi input_sync=${{inputs.sync}} - if [ "${{github.event_name}}" == "workflow_dispatch" ]; then + if [ "${{github.event_name}}" == "workflow_dispatch" ] && [ -n "${{github.event.inputs.sync}}" ]; then input_sync=${{github.event.inputs.sync}} fi