Skip to content

Commit

Permalink
Eval pwd
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Feb 20, 2024
1 parent ca45944 commit 58f0538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 58f0538

Please sign in to comment.