add github config
This commit is contained in:
@@ -73,6 +73,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: config git
|
||||||
|
- run: |
|
||||||
|
git config --local user.email "$(git log --format='%ae' HEAD^!)"
|
||||||
|
git config --local 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