Skip to content

Commit

Permalink
ci(deploy): change fetch depth from 0 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoreider authored and brunocroh committed Jun 13, 2024
1 parent 138a07a commit 4ce9fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 2
- name: Check for changes in server
id: check_changes
run: |
Expand Down

0 comments on commit 4ce9fb3

Please sign in to comment.