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:
parent
6083fa62b3
commit
a7c41e709c
5
.github/workflows/golint.yml
vendored
5
.github/workflows/golint.yml
vendored
@ -15,10 +15,11 @@ jobs:
|
|||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
- name: Commit back
|
- name: Commit back
|
||||||
|
if: github.repository_owner == 'Mrs4s'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git config --local user.name 'Github Actions'
|
git config --local user.name 'github-actions[bot]'
|
||||||
git config --local user.email 'github-actions@users.noreply.github.com'
|
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "ci(chore): Fix stylings"
|
git commit -m "ci(chore): Fix stylings"
|
||||||
git push
|
git push
|
||||||
|
@ -16,12 +16,11 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
"unicode/utf8"
|
"unicode/utf8"
|
||||||
|
|
||||||
"github.com/Mrs4s/go-cqhttp/global"
|
|
||||||
|
|
||||||
"github.com/Mrs4s/MiraiGo/binary"
|
"github.com/Mrs4s/MiraiGo/binary"
|
||||||
"github.com/Mrs4s/MiraiGo/client"
|
"github.com/Mrs4s/MiraiGo/client"
|
||||||
"github.com/Mrs4s/MiraiGo/message"
|
"github.com/Mrs4s/MiraiGo/message"
|
||||||
"github.com/Mrs4s/MiraiGo/utils"
|
"github.com/Mrs4s/MiraiGo/utils"
|
||||||
|
"github.com/Mrs4s/go-cqhttp/global"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
"github.com/tidwall/gjson"
|
"github.com/tidwall/gjson"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user