From c25a73c6a253012283838d14dcc5e8e9600718ae Mon Sep 17 00:00:00 2001 From: Yusuf Ali Date: Sat, 8 Mar 2025 15:30:39 -0500 Subject: [PATCH] ci: pushing new workflows --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 7cc0f46..9a3cacb 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 100 + fetch-depth: 0 fetch-tags: true submodules: true - uses: actions/setup-node@v4