Skip to content

Commit

Permalink
Try escaping quote
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Oct 18, 2024
1 parent d2e0c96 commit 1553788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
CHANGED_SERVICES=()
for file in ${all_changed_files}; do
if [ -e "$file/infra/Pulumi.yaml" ]; then
CHANGED_SERVICES+=("'$file'")
CHANGED_SERVICES+=("\"$file\"")
fi
done
echo "[${CHANGED_SERVICES[@]}]"
Expand Down

0 comments on commit 1553788

Please sign in to comment.