Skip to content

Commit

Permalink
fixup!: add fetch-depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Sep 22, 2022
1 parent 24776df commit 5f8beae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: Get changed files
id: changed-files
Expand Down Expand Up @@ -87,6 +89,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 2

- name: Get changed files
id: changed-files
Expand Down

0 comments on commit 5f8beae

Please sign in to comment.