From 35074e7da7e85e3b9a246d92c10f0786b41fc586 Mon Sep 17 00:00:00 2001 From: Edward Thomson <ethomson@edwardthomson.com> Date: Fri, 8 Nov 2019 16:07:15 +0000 Subject: [PATCH] README: clarify case on the action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e65cea6..cee5f0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cache -This GitHub Action allows caching dependencies and build outputs to improve workflow execution time. +This action allows caching dependencies and build outputs to improve workflow execution time. <a href="https://github.com/actions/cache"><img alt="GitHub Actions status" src="https://github.com/actions/cache/workflows/Tests/badge.svg?branch=master&event=push"></a>