1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

ci: update email&name

This commit is contained in:
wdvxdr 2021-04-07 22:17:14 +08:00
parent cde0aab5ab
commit 31525acf97
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6

View File

@ -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