Skip to content

Commit 122ab0d

Browse files
github-actions[bot]LesnyRumcajs
authored andcommitted
update bundle-size
1 parent 6651a3d commit 122ab0d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,18 @@ jobs:
121121
with:
122122
command: version
123123
github_token: ${{ secrets.GITHUB_TOKEN }}
124+
save_cache: true
124125
- name: Update bundle size
125126
run: |
126127
git config --local user.email "github-actions[bot]@users.noreply.github.com"
127128
git config --local user.name "github-actions[bot]"
128129
make bundle-size
129130
git add bundle-size
130-
git commit -m "update bundle-size"
131+
git commit -m "update bundle-size" || true
131132
- name: Push changes
132133
uses: ad-m/github-push-action@master
133134
with:
135+
github_token: ${{ secrets.GITHUB_TOKEN }}
134136
branch: ${{ github.head_ref }}
135137
# Lint shell scripts
136138
shellcheck:

bundle-size

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6033975
1+
6030520

0 commit comments

Comments
 (0)