From 58f053848ed86c13f0b909075c386a40b3aeb7c4 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Tue, 20 Feb 2024 12:50:28 -0500 Subject: [PATCH] Eval pwd Signed-off-by: Derek Ho --- .github/workflows/plugin_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index ead3b2ba05..7ddeb85501 100644 --- a/.github/workflows/plugin_install.yml +++ b/.github/workflows/plugin_install.yml @@ -58,7 +58,7 @@ jobs: uses: derek-ho/start-opensearch@cc6257459892289e494c08fd45eb1988db18c737 with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} - plugins: 'file: $(pwd)/${{ env.PLUGIN_NAME }}' + plugins: 'file: ${pwd}/${{ env.PLUGIN_NAME }}' security-enabled: true admin-password: ${{ steps.random-password.outputs.generated_name }}