chore: 🤖 使用发布人进行代码拉取

This commit is contained in:
gemstone 2023-11-01 12:29:10 +08:00
parent 423adcb309
commit 89ab11e431

View File

@ -98,8 +98,8 @@ jobs:
${{ runner.os }}-
- name: setup git
run: |
git config --global user.name 'leonardoFu'
git config --global user.email 'leonardoFu@users.noreply.github.com'
git config --global user.name ${{ github.actor }}
git config --global user.email ${{ github.actor }}@users.noreply.github.com
git fetch --tags
git pull
- name: setup global deps