Skip to content

Commit 26ff635

Browse files
authored
fix missing curly brace (opensearch-project#15157)
Signed-off-by: Rishabh Singh <sngri@amazon.com>
1 parent 7f72a6e commit 26ff635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmark-pull-request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
}
6363
if (benchmarkConfigs[configId].hasOwnProperty('baseline_cluster_config')) {
6464
core.exportVariable('BASELINE_CLUSTER_CONFIG', benchmarkConfigs[configId]['baseline_cluster_config']);
65+
}
6566
- name: Post invalid format comment
6667
if: steps.check_comment.outputs.invalid == 'true'
6768
uses: actions/github-script@v7

0 commit comments

Comments
 (0)