Skip to content

Commit

Permalink
fix: setting fetch depth to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Jul 26, 2023
1 parent beed3e4 commit 4498de6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout branch
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Check for README changes
id: check-readme-changes
Expand Down

0 comments on commit 4498de6

Please sign in to comment.