Skip to content

Commit d61fed6

Browse files
committed
ci(github): improve GitHub actions and API integration
- Remove `fetch-depth: 0` from the checkout action in the GitHub workflow Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent 77286bb commit d61fed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/go.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17-
with:
18-
fetch-depth: 0
17+
1918
- name: Set up Go
2019
uses: actions/setup-go@v5
2120
with:

0 commit comments

Comments
 (0)