Skip to content

Commit

Permalink
chore: 🤖 使用发布人进行代码拉取
Browse files Browse the repository at this point in the history
  • Loading branch information
gemxx committed Nov 1, 2023
1 parent 423adcb commit 89ab11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89ab11e

Please sign in to comment.