From 60d360c8144df43a27fc1ea12deb3ff43b2d8e9f Mon Sep 17 00:00:00 2001 From: Raul Del Pozo Moreno Date: Thu, 6 Jun 2024 20:16:35 +0200 Subject: [PATCH] Added missing name statement in package generation workflows (#191) --- .github/workflows/build_wazuh_dashboard_with_plugins.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_wazuh_dashboard_with_plugins.yml b/.github/workflows/build_wazuh_dashboard_with_plugins.yml index d056b789a205..401a15d91cd2 100644 --- a/.github/workflows/build_wazuh_dashboard_with_plugins.yml +++ b/.github/workflows/build_wazuh_dashboard_with_plugins.yml @@ -1,4 +1,5 @@ run-name: Build ${{ inputs.system }} wazuh-dashboard on ${{ inputs.architecture }} ${{ inputs.is_stage && '- is stage' || '' }} ${{ inputs.checksum && '- checksum' || '' }} ${{ inputs.debug && '- debug' || '' }} ${{ inputs.id }} +name: Build Wazuh dashboard with plugins on: workflow_dispatch: