From b9c806c75d3cb8998f905077e62bb670e7fa7e02 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Mon, 24 Jan 2022 15:08:55 -0700 Subject: [PATCH] Fix example in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a87098e..a5e503c 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: required: false # e.g. Use the following setting to prevent the local build cache from being saved/restored # gradle-home-cache-excludes: | - # ["caches/build-cache-1"] + # caches/build-cache-1 arguments: description: Gradle command line arguments (supports multi-line input)