Skip to content

Commit 9a23baa

Browse files
committed
fix: fix pre-commit complaint
1 parent 1a6546c commit 9a23baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout main repository
3030
uses: actions/checkout@v5
3131
with:
32-
fetch-depth: 0 # get full history (so no need for "git fetch --unshallow")
32+
fetch-depth: 0 # get full history (so no need for "git fetch --unshallow")
3333

3434
# Configure git identity
3535
- name: Configure git

0 commit comments

Comments
 (0)