Skip to content

Commit

Permalink
fix: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 5, 2025
1 parent eeab9e9 commit 5292b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
FEATURE_FLAGS="profiling,${FEATURE_FLAGS}"
fi
matrix=$(jq -c --argjson run_e2e $RUN_E2E --arg features $FEATURE_FLAGS '
matrix=$(jq -c --argjson run_e2e $RUN_E2E --arg features "$FEATURE_FLAGS" '
[
.benchmarks[] |
.name as $name |
Expand Down

0 comments on commit 5292b80

Please sign in to comment.