From 6be35d19ef42ef09a029769f2e573d4366ef9274 Mon Sep 17 00:00:00 2001 From: M Akhyar Rahman Hidayat Date: Fri, 1 Nov 2019 00:06:17 +0800 Subject: [PATCH] Minor typo in README (#15) from `steps.[ID].outupts.cache-hit` to `steps.[ID].outputs.cache-hit` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17138bf..acd7cee 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ steps: run: /install.sh ``` -> Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outupts.cache-hit`) +> Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outputs.cache-hit`) ## Contributing We would love for you to contribute to `@actions/cache`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.