From 8b4bffaef9bd7bd1f799b0f2c07da748fad2ab8f Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 13 Dec 2020 11:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20dirty=20state?= 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 4881e52..fa4f803 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 add . + git commit -a -m "vendor" - name: Set up Go 1.10.8 uses: actions/setup-go@v2 with: