fix bug in yaml parsing for github workflows (#1725)
* fix bug in yaml parsing for github workflows * fix kibana version
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
# 7.17 was intentionally skipped because it was added late and was bug fix only
|
||||
target_branch: [7.13, 7.14, 7.15, 7.16, 8.0]
|
||||
target_branch: [7.13, 7.14, 7.15, 7.16, '8.0']
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
Reference in New Issue
Block a user