Skip to content

Commit

Permalink
update bundle-size
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and LesnyRumcajs committed Dec 12, 2022
1 parent 6651a3d commit 122ab0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,18 @@ jobs:
with:
command: version
github_token: ${{ secrets.GITHUB_TOKEN }}
save_cache: true
- name: Update bundle size
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
make bundle-size
git add bundle-size
git commit -m "update bundle-size"
git commit -m "update bundle-size" || true
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}
# Lint shell scripts
shellcheck:
Expand Down
2 changes: 1 addition & 1 deletion bundle-size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6033975
6030520

0 comments on commit 122ab0d

Please sign in to comment.