From d2f02af218c1fcd1ac8f5a5b880a15f2b36f8cba Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Thu, 4 Jan 2024 15:33:34 -0500 Subject: [PATCH] successfully install Signed-off-by: Derek Ho --- .github/actions/install-dashboards/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/install-dashboards/action.yml b/.github/actions/install-dashboards/action.yml index 214e7db84..719de1204 100644 --- a/.github/actions/install-dashboards/action.yml +++ b/.github/actions/install-dashboards/action.yml @@ -81,6 +81,8 @@ runs: - name: Install plugin to OSD run: | build/opensearch-dashboards/bin/opensearch-dashboards-plugin install file:$(pwd)/plugins/${{ inputs.plugin_name }}/build/*.zip + working-directory: OpenSearch-Dashboards + shell: bash - id: osd-version run: |