From 95c4a4be8e0dedb706f6b1da6a99ab6ee4cc019a Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 13 Dec 2020 11:09:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20set=20git=20account's=20default?= =?UTF-8?q?=20identity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/agent.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index fa4f803..ded6840 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -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