fix action
This commit is contained in:
@@ -75,8 +75,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: config git
|
- name: config git
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "$(git log --format='%ae' HEAD^!)"
|
git config --global user.email "$(git log --format='%ae' HEAD^!)"
|
||||||
git config --local user.name "$(git log --format='%an' HEAD^!)"
|
git config --global user.name "$(git log --format='%an' HEAD^!)"
|
||||||
- uses: subosito/[email protected]
|
- uses: subosito/[email protected]
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
|
|||||||
Reference in New Issue
Block a user