Skip to content

Commit

Permalink
ci(Github Action): remove fetch-depth option from checkout step to im…
Browse files Browse the repository at this point in the history
…prove performance (#13)
  • Loading branch information
HoshinoRei authored Nov 13, 2023
1 parent 7e0ac32 commit 449e4fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 449e4fd

Please sign in to comment.