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

fix(goreleaser): checkout

This commit is contained in:
源文雨 2023-03-18 11:54:29 +08:00
parent 3ccc2c6087
commit d77dc9ef64

View File

@ -12,13 +12,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
git version git version
ls -hl git clone https://github.com/Mrs4s/go-cqhttp.git /home/runner/work/go-cqhttp/go-cqhttp
git config --global --add safe.directory /home/runner/work/go-cqhttp/go-cqhttp
git init /home/runner/work/go-cqhttp/go-cqhttp
cd /home/runner/work/go-cqhttp/go-cqhttp
git remote add origin https://github.com/Mrs4s/go-cqhttp
git config --local gc.auto 0
git pull origin master
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3