Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthreddy29 committed Mar 7, 2024
1 parent c210d13 commit edb48f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/get-changed-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
fi
echo "matrix: $matrix"

0 comments on commit edb48f3

Please sign in to comment.