From bf9240a201c826753259f2a1428efea1c371fc59 Mon Sep 17 00:00:00 2001 From: Justin Ibarra Date: Tue, 25 Jan 2022 18:56:29 -0900 Subject: [PATCH] fix bug in yaml parsing for github workflows (#1725) * fix bug in yaml parsing for github workflows * fix kibana version Removed changes from: - etc/packages.yml (selectively cherry picked from commit f7d93e20d46aee6ee923a8b933247c308f03b3ce) --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 34e48be75..0ee30539f 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -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