We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6546c commit 9a23baaCopy full SHA for 9a23baa
1 file changed
.github/workflows/deployment.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout main repository
30
uses: actions/checkout@v5
31
with:
32
- fetch-depth: 0 # get full history (so no need for "git fetch --unshallow")
+ fetch-depth: 0 # get full history (so no need for "git fetch --unshallow")
33
34
# Configure git identity
35
- name: Configure git
0 commit comments