💚 set git account's default identity
This commit is contained in:
parent
8b4bffaef9
commit
95c4a4be8e
2
.github/workflows/agent.yml
vendored
2
.github/workflows/agent.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
||||
uses: actions/setup-go@v2
|
||||
- run: |
|
||||
go mod vendor
|
||||
git config --global user.email "you@example.com"
|
||||
git config --global user.name "Your Name"
|
||||
git add .
|
||||
git commit -a -m "vendor"
|
||||
- name: Set up Go 1.10.8
|
||||
|
Loading…
Reference in New Issue
Block a user