Skip to content

Commit

Permalink
Rename submodule updater bot
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingdoom authored Feb 14, 2024
1 parent b4aef24 commit d5690d1
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 @@ -21,8 +21,8 @@ jobs:
run: |
git pull --recurse-submodules
git submodule update --remote
git config --global user.name 'Submodule Updater'
git config --global user.name 'Neutron Updater'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.TOKEN }}@github.com/${{ github.repository }}
git commit -am "Update Submodules" && git push || echo "No changes to commit"
git commit -am "Update Neutron" && git push || echo "No changes to commit"

0 comments on commit d5690d1

Please sign in to comment.