We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2198fa9 commit 79a6b98Copy full SHA for 79a6b98
.github/workflows/bench-all-runtimes.yml
@@ -150,7 +150,7 @@ jobs:
150
--ignore-errors \
151
origin/master HEAD)
152
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>"
+ SUBWEIGHT_OUTPUT='Auto-update weights for $DATE\n\n<details>\n<summary>Weight Changes Analysis</summary>\n\n$SUBWEIGHT_OUTPUT_RAW\n\n</details>'
154
155
git push --set-upstream origin "$BRANCH"
156
@@ -161,4 +161,4 @@ jobs:
161
--head "$BRANCH" \
162
--base "master" \
163
--label "R0-silent" \
164
- --body "$SUBWEIGHT_OUTPUT"
+ --body $SUBWEIGHT_OUTPUT
0 commit comments