We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e119a commit 61ca045Copy full SHA for 61ca045
.github/workflows/update-submodules.yml
@@ -89,7 +89,7 @@ jobs:
89
fi
90
91
# Add and commit changes
92
- git add .
+ git add lib
93
git commit -m "chore: update git submodules to latest version"
94
95
- name: Push changes
0 commit comments