💚 set git account's default identity

This commit is contained in:
naiba 2020-12-13 11:09:52 +08:00
parent 8b4bffaef9
commit 95c4a4be8e

View File

@ -20,6 +20,8 @@ jobs:
uses: actions/setup-go@v2 uses: actions/setup-go@v2
- run: | - run: |
go mod vendor go mod vendor
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git add . git add .
git commit -a -m "vendor" git commit -a -m "vendor"
- name: Set up Go 1.10.8 - name: Set up Go 1.10.8