From ca74f64a39f4d5f189948190b079de54521e5f4f Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 17 Feb 2021 01:37:06 -0800 Subject: [PATCH] indention --- .github/workflows/auto_tag.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index bb1ac59ce..f11321b02 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -11,8 +11,9 @@ jobs: steps: - name: Check out code into the Go module directory uses: actions/checkout@v2 + - name: Latest tag - uses: EndBug/latest-tag@v1.4.0 - with: - description: latest master branch builds - tag-name: latest + uses: EndBug/latest-tag@v1.4.0 + with: + description: latest master branch builds + tag-name: latest