From aa68098555a42af75c78f6625005f7b07f78af03 Mon Sep 17 00:00:00 2001 From: Medzik <87065584+MedzikUser@users.noreply.github.com> Date: Wed, 18 Aug 2021 17:13:28 +0000 Subject: [PATCH] workflows fix --- .github/workflows/auto-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-fix.yml b/.github/workflows/auto-fix.yml index 3651a9e..b1551f1 100644 --- a/.github/workflows/auto-fix.yml +++ b/.github/workflows/auto-fix.yml @@ -31,7 +31,7 @@ jobs: - name: gofmt run: | - go fmt ./.. + go fmt ./... git add . git diff-index --quiet HEAD || git commit -m "gofmt"