We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6651a3d commit 122ab0dCopy full SHA for 122ab0d
.github/workflows/ci.yml
@@ -121,16 +121,18 @@ jobs:
121
with:
122
command: version
123
github_token: ${{ secrets.GITHUB_TOKEN }}
124
+ save_cache: true
125
- name: Update bundle size
126
run: |
127
git config --local user.email "github-actions[bot]@users.noreply.github.com"
128
git config --local user.name "github-actions[bot]"
129
make bundle-size
130
git add bundle-size
- git commit -m "update bundle-size"
131
+ git commit -m "update bundle-size" || true
132
- name: Push changes
133
uses: ad-m/github-push-action@master
134
135
+ github_token: ${{ secrets.GITHUB_TOKEN }}
136
branch: ${{ github.head_ref }}
137
# Lint shell scripts
138
shellcheck:
bundle-size
@@ -1 +1 @@
1
-6033975
+6030520
0 commit comments