Skip to content

Commit 093da15

Browse files
feat(deploy-staging): fetch-dept
1 parent 39fde40 commit 093da15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:
46-
fetch-depth: 1
46+
fetch-depth: "0"
4747

4848
- name: Cleanup runner disk
4949
uses: ./.github/actions/cleanup-disk # Cleanup machine before starting the build

0 commit comments

Comments
 (0)