Skip to content

Commit 79a6b98

Browse files
committed
Update bench-all-runtimes.yml
1 parent 2198fa9 commit 79a6b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench-all-runtimes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
--ignore-errors \
151151
origin/master HEAD)
152152
153-
SUBWEIGHT_OUTPUT="Auto-update weights for $DATE\n\n<details>\n<summary>Weight Changes Analysis</summary>\n\n$SUBWEIGHT_OUTPUT_RAW\n\n</details>"
153+
SUBWEIGHT_OUTPUT='Auto-update weights for $DATE\n\n<details>\n<summary>Weight Changes Analysis</summary>\n\n$SUBWEIGHT_OUTPUT_RAW\n\n</details>'
154154
155155
git push --set-upstream origin "$BRANCH"
156156
@@ -161,4 +161,4 @@ jobs:
161161
--head "$BRANCH" \
162162
--base "master" \
163163
--label "R0-silent" \
164-
--body "$SUBWEIGHT_OUTPUT"
164+
--body $SUBWEIGHT_OUTPUT

0 commit comments

Comments
 (0)