From 61ca0451e0dd81d62ff0718b87b3f88e31642183 Mon Sep 17 00:00:00 2001 From: Jadit19 Date: Sun, 22 Jun 2025 13:26:13 +0530 Subject: [PATCH] fix submodule update pr --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 1b0d818..0d3d1b9 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -89,7 +89,7 @@ jobs: fi # Add and commit changes - git add . + git add lib git commit -m "chore: update git submodules to latest version" - name: Push changes