Skip to content

Commit

Permalink
Add fetch-depth 0 to checkout action (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya authored Jun 21, 2024
1 parent 15492d9 commit 819208d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ jobs:
steps:
- name: Checkout Source
uses: actions/checkout@v4
with:
fetch-depth: 0

- run: corepack enable

Expand Down

0 comments on commit 819208d

Please sign in to comment.