We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4d12e commit 745733fCopy full SHA for 745733f
.github/workflows/update-submodules.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Commit submodule changes
42
if: steps.check_submodule_update.outputs.needs_update == 'true'
43
run: |
44
- git add .
+ git submodule update --init --remote
45
git status
46
git commit -m "Update submodules to latest commits"
47
git push origin update-submodules-branch --force || true
0 commit comments