Skip to content

Commit

Permalink
Fixes windows environment variable export command
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 14, 2023
1 parent ae29e1a commit 0e4d6c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
if: ${{ runner.os == 'Windows' && inputs.setup-script-name != '' }}
run: |
echo "running windows setup"
set OPENSEARCH_INITIAL_ADMIN_PASSWORD=${{ inputs.admin-password }}
$env:OPENSEARCH_INITIAL_ADMIN_PASSWORD=${{ inputs.admin-password }}
.\${{ inputs.setup-script-name }}.bat
shell: pwsh

Expand Down

0 comments on commit 0e4d6c7

Please sign in to comment.