Skip to content

Commit

Permalink
Update metadata and workflow after plugin's renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Sep 13, 2024
1 parent 1b2a222 commit 410aa56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/setup/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 410aa56

Please sign in to comment.