From cb966d0c2bd10685673976508ad31699d89580ca Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Thu, 19 Aug 2021 10:28:55 +0800 Subject: [PATCH] Update src/cache.ts Co-authored-by: Konrad Pabjan --- src/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache.ts b/src/cache.ts index cc01dd56..d1571d94 100644 --- a/src/cache.ts +++ b/src/cache.ts @@ -112,7 +112,7 @@ export async function save(id: string) { } else { if (isProbablyGradleDaemonProblem(packageManager, error)) { core.warning( - 'Failed to save Gradle cache on Windows. If tar.exe reported "Permission denied", try to run Gradle with `--no-daemon` option. Refer to https://github.com/actions/cache/issues/454 for detail.' + 'Failed to save Gradle cache on Windows. If tar.exe reported "Permission denied", try to run Gradle with `--no-daemon` option. Refer to https://github.com/actions/cache/issues/454 for details.' ); } throw error;