Skip to content

Commit 0b007d2

Browse files
fix: this commit introduces fetch-depth configuration to checkout step in deployment workflow
1 parent 22cfcbd commit 0b007d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/template-deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: checkout
2828
uses: actions/checkout@v4
29+
with:
30+
fetch-depth: 0
2931

3032
- name: GitVersion
3133
uses: gittools/actions/gitversion/execute@v0

0 commit comments

Comments
 (0)