From f4bc50bd7054094bd1ba76493a5fa49e5a3569f0 Mon Sep 17 00:00:00 2001 From: Rohit Bhagat Date: Fri, 24 Nov 2023 10:14:44 +0000 Subject: [PATCH] resolved syntax error Signed-off-by: Rohit Bhagat --- .github/composite-actions/setup-upgrade-version-ca/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/composite-actions/setup-upgrade-version-ca/action.yml b/.github/composite-actions/setup-upgrade-version-ca/action.yml index 2ba841d82a..1f74c5d083 100644 --- a/.github/composite-actions/setup-upgrade-version-ca/action.yml +++ b/.github/composite-actions/setup-upgrade-version-ca/action.yml @@ -32,7 +32,7 @@ runs: for (( i=1 ; i<$LEN ; i++ )); do # Computing input parameters that need to pass - version_var=".\"upgrade-version\"[${{ matrix.upgrade-path.id }}]."upgrade-path"[$i].version" + version_var=".\"upgrade-version\"[${{ matrix.upgrade-path.id }}].\"upgrade-path\"[$i].version" upgrade_version=$(yq $version_var ${{ github.workspace }}/.github/configuration/upgrade-test-configuration.yml) upgrade_version_engb=".\""${upgrade_version}"\".engine_branch" engine_branch=$(yq $upgrade_version_engb ${{ github.workspace }}/.github/template/version-branch-template.yml)