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

Commit 3fa3651

Browse files
committed
ci: checkout workaround
actions/checkout#448
1 parent ddbb44a commit 3fa3651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v2
56+
with:
57+
fetch-depth: 0
5658
- uses: actions/setup-go@v2
5759
- name: Install swag
5860
run: go get -u github.com/swaggo/swag/cmd/swag

0 commit comments

Comments
 (0)