setup git user before trying to commit
This commit is contained in:
parent
716a04de88
commit
4da66e212d
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -26,6 +26,9 @@ jobs:
|
|||||||
rm -rf .bin/
|
rm -rf .bin/
|
||||||
rm -rf dist/
|
rm -rf dist/
|
||||||
|
|
||||||
|
- name: Set up Git actions user
|
||||||
|
uses: fregante/setup-git-user@v1
|
||||||
|
|
||||||
- name: Collect and save licenses
|
- name: Collect and save licenses
|
||||||
run: |
|
run: |
|
||||||
go install github.com/google/go-licenses@latest
|
go install github.com/google/go-licenses@latest
|
||||||
|
Reference in New Issue
Block a user