From 608a9dce067df309a348e278f1df8c1c394c71e6 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 22 Nov 2019 12:17:04 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9790fa6..560f402 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Next, add a step to read a Hugo version from the `.env` file. id: hugo-version run: | . ./.env - echo ::set-output name=HUGO_VERSION::${HUGO_VERSION} + echo "::set-output name=HUGO_VERSION::${HUGO_VERSION}" - name: Setup Hugo uses: peaceiris/actions-hugo@v2.2.4