Skip to content

Commit

Permalink
new bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Dec 13, 2022
1 parent 1fa6e7c commit 4ae3ef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,15 @@ jobs:
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-regex: "^### WASM bundle size$"
body-regex: "^### WASM bundle summary"
- name: Create or update comment
uses: peter-evans/create-or-update-comment@v2
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
### WASM bundle size
### WASM bundle summary 📦
```
${{ env.bundle-summary }}
```
edit-mode: replace
2 changes: 1 addition & 1 deletion bundle-size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6033977
6030520

0 comments on commit 4ae3ef0

Please sign in to comment.