From 5aae49cee59cc48ff799bddb1b447aeafcc41b85 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Fri, 13 Aug 2021 10:39:46 -0400 Subject: [PATCH] fix workflow indent (#4796) Signed-off-by: Chris O'Haver --- .github/workflows/go.tidy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.tidy.yml b/.github/workflows/go.tidy.yml index 1ebdecd5d..9bce30c9b 100644 --- a/.github/workflows/go.tidy.yml +++ b/.github/workflows/go.tidy.yml @@ -10,10 +10,10 @@ jobs: steps: - name: Install Go - uses: actions/setup-go@v2 - with: - go-version: '^1.16' - id: go + uses: actions/setup-go@v2 + with: + go-version: '^1.16' + id: go - name: Checkout uses: actions/checkout@v2