Skip to content

Commit c3a8e8e

Browse files
committed
Set fetch-depth to 0
1 parent 4d63461 commit c3a8e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Checkout Code
2121
uses: actions/checkout@v4
2222
with:
23+
fetch-depth: 0 # Everything
2324
fetch-tags: true
2425

2526
- name: Update apt cache

0 commit comments

Comments
 (0)