Update src/cache.ts

Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
Kengo TODA 2021-08-19 10:28:55 +08:00 committed by GitHub
parent 098a6567de
commit cb966d0c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;