Skip to content

Commit

Permalink
Update update-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Feb 3, 2025
1 parent 8a4bc4d commit b62dd92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
git remote set-url origin https://x-access-token:${{ secrets.TPA_TOKEN }}@github.com/${{ github.repository }}.git
- name: Update Submodules
run: |
git submodule update --remote --merge
git submodule update --init --remote --force
if [[ $(git status --porcelain) ]]; then
git add .
Expand Down

0 comments on commit b62dd92

Please sign in to comment.