From edb48f30d6b1f71a71e1fe86692ea9a90d59ec85 Mon Sep 17 00:00:00 2001 From: Sumanth Reddy Chinna Pullaiah Date: Thu, 7 Mar 2024 16:52:26 +0000 Subject: [PATCH] fix syntax --- .github/workflows/get-changed-files.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/get-changed-files.yml b/.github/workflows/get-changed-files.yml index 489cdf429..eabdee33f 100644 --- a/.github/workflows/get-changed-files.yml +++ b/.github/workflows/get-changed-files.yml @@ -27,6 +27,5 @@ jobs: if [ $(echo "$terraform_provider_changes" | wc -w) -eq 1 ]; then matrix=$(echo "$matrix" | jq 'any(.cloud == "$cloud")'; echo $?) - fi - - echo "matrix: $matrix" \ No newline at end of file + fi + echo "matrix: $matrix" \ No newline at end of file