mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
ci: update email&name
This commit is contained in:
parent
cde0aab5ab
commit
31525acf97
5
.github/workflows/goimports.yml
vendored
5
.github/workflows/goimports.yml
vendored
@ -26,10 +26,11 @@ jobs:
|
||||
goimports -l -w ./
|
||||
|
||||
- name: Commit back
|
||||
if: github.repository_owner == 'Mrs4s'
|
||||
continue-on-error: true
|
||||
run: |
|
||||
git config --local user.name 'github-actions'
|
||||
git config --local user.email 'github-actions@users.noreply.github.com'
|
||||
git config --local user.name 'github-actions[bot]'
|
||||
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
git add --all
|
||||
git commit -m "ci(chore): Fix stylings"
|
||||
git push
|
||||
|
Loading…
x
Reference in New Issue
Block a user