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

chore(ci): fix commit back.

This commit is contained in:
wdvxdr 2021-07-11 15:30:46 +08:00
parent f21730e879
commit c6994ade94
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6

View File

@ -24,7 +24,7 @@ jobs:
go test $(go list ./...) go test $(go list ./...)
- name: Commit back - name: Commit back
if: ${{ github.repository_owner == 'Mrs4s' && github.event.push }} if: ${{ github.repository_owner == 'Mrs4s' && !github.event.pull_request }}
continue-on-error: true continue-on-error: true
run: | run: |
git config --local user.name 'github-actions[bot]' git config --local user.name 'github-actions[bot]'