From b51e0ae5b4a2fb014e3470cb18b8d44d76a823b8 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 28 Nov 2019 20:43:56 +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 fedae50..73dff11 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ This action fetches the latest version of Hugo by [hugo | Homebrew Formulae](htt ### ⭐️ Read Hugo version from file -How to sync a Hugo version between Docker Compose YAML file and a GitHub Actions workflow using `.env` file. +How to sync a Hugo version between a Docker Compose and a GitHub Actions workflow via `.env` file. Write a `HUGO_VERSION` to the `.env` file like the following and push it to a remote branch.