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 ebbfcfe commit 420626e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.TPA_TOKEN }}@github.com/${{ github.repository }}.git
- name: Update Submodules
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git submodule update --init --remote --force
Expand All @@ -34,5 +36,3 @@ jobs:
echo "No changes to commit"
fi
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 420626e

Please sign in to comment.