This commit is contained in:
parent
3b8034cda0
commit
f3c9367a26
@ -28,6 +28,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "${{ github.actor }}"
|
git config user.name "${{ github.actor }}"
|
||||||
git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com"
|
git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com"
|
||||||
|
echo "Name = ${{ github.actor }}"
|
||||||
|
echo "Email = ${{ github.actor }}@users.noreply.git.linuxacme.com"
|
||||||
|
|
||||||
- name: 替换软件源为国内软件源(USTC)
|
- name: 替换软件源为国内软件源(USTC)
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user