Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 2af19f4

Browse files
authored
Update size-label.yml
1 parent f5401e6 commit 2af19f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
token: ${{ secrets.GITHUB_TOKEN }}
1414
- name: Calculate size
1515
run: |
16-
git fetch --depth=0
16+
git fetch
1717
git fetch --update-shallow
1818
git diff --stat HEAD~1
1919
size=$(cat .git/FETCH_HEAD | wc -l)

0 commit comments

Comments
 (0)