We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa6e7c commit 4ae3ef0Copy full SHA for 4ae3ef0
.github/workflows/ci.yml
@@ -139,13 +139,15 @@ jobs:
139
with:
140
issue-number: ${{ github.event.pull_request.number }}
141
comment-author: 'github-actions[bot]'
142
- body-regex: "^### WASM bundle size$"
+ body-regex: "^### WASM bundle summary"
143
- name: Create or update comment
144
uses: peter-evans/create-or-update-comment@v2
145
146
comment-id: ${{ steps.fc.outputs.comment-id }}
147
148
body: |
149
- ### WASM bundle size
+ ### WASM bundle summary 📦
150
+ ```
151
${{ env.bundle-summary }}
152
153
edit-mode: replace
bundle-size
@@ -1 +1 @@
1
-6033977
+6030520
0 commit comments