Skip to content

Commit 9a51690

Browse files
committed
Fix typo in jq replacement
1 parent 80b11c1 commit 9a51690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Update yaml in-place with yq
4343
yq e -i '.api.image.version = strenv(NEW_VLLM_TAG)' $CHART_VALUES
4444
# Can't use in-place editing with jq
45-
jq --arg tag $NEW_VLLM_TAG '.properties.api.properties.image.properties.version.default = $tag' chart/values.schema.json.new
45+
jq --indent 4 --arg tag $NEW_VLLM_TAG '.properties.api.properties.image.properties.version.default = $tag' chart/values.schema.json > chart/values.schema.json.new
4646
mv chart/values.schema.json{.new,}
4747
fi
4848

0 commit comments

Comments
 (0)