Skip to content

Commit 85c26f5

Browse files
committed
fix yaml
1 parent 45c0b3b commit 85c26f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Start Elasticsearch
3535
uses: elastic/elastic-github-actions/elasticsearch@master
3636
with:
37-
stack-version: { { matrix.elasticsearch } }
37+
stack-version: ${{ matrix.elasticsearch }}
3838

3939
- name: Checkout code
4040
uses: actions/checkout@v2

0 commit comments

Comments
 (0)