Skip to content

Commit b6e737d

Browse files
committed
Update report-backend-memory.yml
1 parent 2fa6ecc commit b6e737d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/report-backend-memory.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
DIFF_MB=$(echo "scale=2; $DIFF / 1024" | bc)
7373
7474
JSON=$(jq -c -n \
75-
--arg base "$BASE_MB" \
76-
--arg head "$HEAD_MB" \
77-
--arg diff "$DIFF_MB" \
78-
--arg diff_percent "$DIFF_PERCENT" \
75+
--argjson base "$BASE_MB" \
76+
--argjson head "$HEAD_MB" \
77+
--argjson diff "$DIFF_MB" \
78+
--argjson diff_percent "$DIFF_PERCENT" \
7979
'{base: $base, head: $head, diff: $diff, diff_percent: $diff_percent}')
8080
8181
echo "$JSON"

0 commit comments

Comments
 (0)