From a79f520addd8c317fcb9b29e8ecc4a8b0ecc43ae Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 19 Jan 2020 16:35:39 +0900 Subject: [PATCH] docs: Update action execution time --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a841933..f186592 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This **Hugo Setup Action** can install **Hugo** to a virtual machine of **GitHub From `v2`, this Hugo Setup Action has migrated to a JavaScript (TypeScript) action. We no longer build or pull a Hugo docker image. -Thanks to this change, we can complete this action less than **1 sec**. +Thanks to this change, we can complete this action in less than a few seconds. (A docker base action was taking about 1 min or more execution time to build and pull a docker image.) | OS (runs-on) | ubuntu-18.04 | macos-latest | windows-2019 |