From 4fb290162762a7f823fcab1984966da8d8aed547 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 24 Jan 2020 00:20:16 +0900 Subject: [PATCH] style: remove extra whitespace [skip ci] --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index dab7a68..afbb76c 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -33,6 +33,6 @@ jobs: - name: Run hugo version run: echo "::set-output name=hugo_version::$(hugo version)" id: hugo_version - + - name: '${{ steps.hugo_version.outputs.hugo_version }}' run: echo '${{ steps.hugo_version.outputs.hugo_version }}'