From 410aa56750218da65c28d1a498235d0f98c8dd5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Fri, 13 Sep 2024 14:38:07 +0200 Subject: [PATCH] Update metadata and workflow after plugin's renaming --- .github/workflows/build.yml | 4 ++-- plugins/setup/settings.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e81dcef..09397e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: plugin: description: "Name of the plugin to build" type: string - default: "wazuh-indexer-setup" + default: "setup" id: description: "ID used to identify the workflow uniquely." type: string @@ -28,7 +28,7 @@ on: plugin: description: "Name of the plugin to build" type: string - default: "wazuh-indexer-setup" + default: "setup" id: description: "ID used to identify the workflow uniquely." type: string diff --git a/plugins/setup/settings.gradle b/plugins/setup/settings.gradle index 1d29fa4..b689891 100644 --- a/plugins/setup/settings.gradle +++ b/plugins/setup/settings.gradle @@ -7,4 +7,4 @@ * in the user manual at https://docs.gradle.org/6.5.1/userguide/multi_project_builds.html */ -rootProject.name = 'wazuh-indexer-setup-plugin' +rootProject.name = 'wazuh-indexer-setup'