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:
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 :
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