Skip to content

Commit 115b3c6

Browse files
authored
Merge pull request #124 from coding-cpp/fix/121
fix submodule update pr
2 parents 49011df + 61ca045 commit 115b3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fi
9090
9191
# Add and commit changes
92-
git add .
92+
git add lib
9393
git commit -m "chore: update git submodules to latest version"
9494
9595
- name: Push changes

0 commit comments

Comments
 (0)