Skip to content

Commit 43cb4f3

Browse files
committed
chore: fetch-depth for merge_group
1 parent db87e9e commit 43cb4f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
22+
2023
- name: Set up Go ${{ matrix.go-version }}
2124
uses: actions/setup-go@v5
2225
with:

0 commit comments

Comments
 (0)