We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995e6d9 commit 243b942Copy full SHA for 243b942
.github/workflows/go.yml
@@ -117,7 +117,7 @@ jobs:
117
node.name: os-test
118
discovery.type: single-node
119
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m -Dopensearch.memory_lock=true
120
- OPENSEARCH_INITIAL_ADMIN_PASSWORD: "\"ScoRpi0n$\""
+ OPENSEARCH_INITIAL_ADMIN_PASSWORD: "%22ScoRpi0n$%22"
121
bootstrap.memory_lock: "true"
122
network.host: "0.0.0.0"
123
http.port: 9200
0 commit comments