mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 03:05:02 +08:00
chore: 🤖 使用发布人进行代码拉取
This commit is contained in:
parent
423adcb309
commit
89ab11e431
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user