Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea committed Aug 5, 2024
1 parent 701de93 commit 17f9142
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update submodules to latest commits
run: |
git submodule update --init --remote
git submodule update --remote --merge
git status
- name: Check for submodule changes
Expand All @@ -41,6 +41,8 @@ jobs:
- name: Commit submodule changes
if: steps.check_submodule_update.outputs.needs_update == 'true'
run: |
git submodule foreach 'git add .'
git add .
git status
git commit -m "Update submodules to latest commits"
git push origin update-submodules-branch --force || true
Expand Down

0 comments on commit 17f9142

Please sign in to comment.