Skip to content

Commit

Permalink
ci(github): improve GitHub actions and API integration
Browse files Browse the repository at this point in the history
- Remove `fetch-depth: 0` from the checkout action in the GitHub workflow

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 16, 2024
1 parent 77286bb commit d61fed6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit d61fed6

Please sign in to comment.