We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093da15 commit 645835cCopy full SHA for 645835c
.github/workflows/deploy-production.yml
@@ -43,7 +43,7 @@ jobs:
43
steps:
44
- uses: actions/checkout@v4
45
with:
46
- fetch-depth: 1
+ fetch-depth: "0"
47
48
- name: Cleanup runner disk
49
uses: ./.github/actions/cleanup-disk # Cleanup machine before starting the build
0 commit comments