1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-06-19 05:55:04 +08:00

ci: update email name

This commit is contained in:
wdvxdr 2021-04-06 13:18:29 +08:00
parent 6083fa62b3
commit a7c41e709c
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6
2 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,11 @@ jobs:
version: latest
- 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

View File

@ -16,12 +16,11 @@ import (
"time"
"unicode/utf8"
"github.com/Mrs4s/go-cqhttp/global"
"github.com/Mrs4s/MiraiGo/binary"
"github.com/Mrs4s/MiraiGo/client"
"github.com/Mrs4s/MiraiGo/message"
"github.com/Mrs4s/MiraiGo/utils"
"github.com/Mrs4s/go-cqhttp/global"
log "github.com/sirupsen/logrus"
"github.com/tidwall/gjson"
)