1
0
Fork 0

Update build.yml

master
Ambrose Chua 2023-02-09 09:11:40 +08:00 committed by GitHub
parent c478473e0e
commit 7f50e64c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -24,9 +24,8 @@ jobs:
- name: Set Git user
run: |
ls -Ra .
git config user.email "action@github.com"
git config user.name "GitHub Action"
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
- name: Install Go
run: |