From 7707e04753996b58a84ca24ddb55a88d03797e2a Mon Sep 17 00:00:00 2001 From: web3-bot Date: Tue, 8 Nov 2022 12:03:44 +0000 Subject: [PATCH] update .github/workflows/go-check.yml --- .github/workflows/go-check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go-check.yml b/.github/workflows/go-check.yml index a9c7c72..251f7fa 100644 --- a/.github/workflows/go-check.yml +++ b/.github/workflows/go-check.yml @@ -69,6 +69,5 @@ jobs: if ! $(git add . && git diff-index HEAD --exit-code --quiet); then echo "go generated caused changes to the repository:" git status --short - git status -vv exit 1 fi