Skip to content

Commit fc9a0af

Browse files
feat(deploy-staging): fetch-dept
1 parent 17b7894 commit fc9a0af

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)