Skip to content

Commit

Permalink
Update size-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrivedi88 authored Jun 26, 2023
1 parent 6a1b832 commit f5401e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Calculate size
run: |
git fetch --depth=0
git fetch --update-shallow
git diff --stat HEAD~1
size=$(cat .git/FETCH_HEAD | wc -l)
Expand Down

0 comments on commit f5401e6

Please sign in to comment.