From 7d9aba7c849846ef25381739f18be8530d879c82 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 16 Apr 2026 21:37:38 +0200 Subject: [PATCH] CI: Fix typos in workflow Signed-off-by: Tim Meusel --- .github/workflows/components_update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/components_update.yml b/.github/workflows/components_update.yml index a4db3d77..17ed426c 100644 --- a/.github/workflows/components_update.yml +++ b/.github/workflows/components_update.yml @@ -3,9 +3,9 @@ name: Update components on: - workflow_call: {} + workflow_call: schedule: - - cron: "0 0 * * *" + - cron: "0 0 * * *" env: GIT_AUTHOR_NAME: OpenVoxProjectBot