Skip to content

Commit

Permalink
[workflow] Update and hopefully it works
Browse files Browse the repository at this point in the history
  • Loading branch information
NSPC911 committed Jul 28, 2024
1 parent d60a024 commit 22cc7d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/submodule-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git add --all
git commit -m "Updated submodules" -m "Triggered by ${{ github.event.inputs.title }}"
git push origin main
git pull origin main
git push origin main

0 comments on commit 22cc7d7

Please sign in to comment.