Skip to content

Commit

Permalink
added fetch depth to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
razvangoga committed Feb 29, 2024
1 parent 056c0fd commit c6c3e6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit c6c3e6a

Please sign in to comment.