Skip to content

Commit c62859b

Browse files
committed
Fetch all history for all tags and branches
1 parent 51aae94 commit c62859b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737
with:
38-
ref: ${{ github.HEAD_REF }}
38+
fetch-depth: 0
3939
- name: Retrieve entire repository history
4040
run: git fetch --prune --unshallow
4141
- name: Set up JDK 11

0 commit comments

Comments
 (0)