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 17f9142 commit 40f9f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git submodule foreach 'git add .'
git add .
git status
git commit -m "Update submodules to latest commits"
git commit -m "Update submodules to latest commits" || echo "No changes to commit"
git push origin update-submodules-branch --force || true
- name: Create or update Pull Request
Expand Down

0 comments on commit 40f9f23

Please sign in to comment.