Skip to content

Commit

Permalink
🗼 Made the workflow init the submodules before updating them
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalitsune committed Mar 21, 2024
1 parent ac7f3c3 commit f965cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_submodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Update submodules
run: |
git submodule update --init --recursive
git submodule update --remote --merge
git add .
git commit -m "🔄 Update submodules" || echo "No changes to commit"
Expand Down

0 comments on commit f965cd2

Please sign in to comment.