Skip to content

Commit 7b44746

Browse files
authored
Update submodule-update.yml
1 parent 80d9e21 commit 7b44746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/submodule-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Commit and push
2626
- name: Commit update
2727
run: |
28-
git config --global user.name 'Git bot'
29-
git config --global user.email 'bot@noreply.github.com'
28+
git config --global user.name 'Bensuperpc'
29+
git config --global user.email 'bensuperpc@gmail.com'
3030
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
3131
git commit -am "Auto updated submodule references" && git push || echo "No changes to commit"

0 commit comments

Comments
 (0)