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