Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePat02 committed Jan 4, 2024
1 parent 5e5c448 commit b134c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Setup Git
run: |
git config --local user.email "${{ secrets.OWNER_MAIL }}"
git config --local user.name "${{ secrets.OWNER_USERNAME }}"
git config --global user.name 'GitHub Action'
git config --global user.email 'action@github.com'
git fetch
- name: Clean Submodule
Expand Down

0 comments on commit b134c89

Please sign in to comment.