Skip to content

Commit

Permalink
Try github workspace variable
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 ca8e8b0 commit e0d86ee
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 @@ -43,7 +43,7 @@ jobs:
uses: derek-ho/start-opensearch@cc6257459892289e494c08fd45eb1988db18c737
with:
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
plugins: "file:/${{ env.PLUGIN_NAME }}"
plugins: "file:${{ github.workspace }}/${{ env.PLUGIN_NAME }}"
security-enabled: true
admin-password: ${{ steps.random-password.outputs.generated_name }}

Expand Down

0 comments on commit e0d86ee

Please sign in to comment.