File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -121,16 +121,18 @@ jobs:
121
121
with :
122
122
command : version
123
123
github_token : ${{ secrets.GITHUB_TOKEN }}
124
+ save_cache : true
124
125
- name : Update bundle size
125
126
run : |
126
127
git config --local user.email "github-actions[bot]@users.noreply.github.com"
127
128
git config --local user.name "github-actions[bot]"
128
129
make bundle-size
129
130
git add bundle-size
130
- git commit -m "update bundle-size"
131
+ git commit -m "update bundle-size" || true
131
132
- name : Push changes
132
133
uses : ad-m/github-push-action@master
133
134
with :
135
+ github_token : ${{ secrets.GITHUB_TOKEN }}
134
136
branch : ${{ github.head_ref }}
135
137
# Lint shell scripts
136
138
shellcheck :
Original file line number Diff line number Diff line change 1
- 6033975
1
+ 6030520
You can’t perform that action at this time.
0 commit comments