Skip to content

Commit 6c6dec0

Browse files
authored
Fix rendering of job-disabled message (#909)
1 parent dd0829a commit 6c6dec0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sources/src/cache-service-loader.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import {CacheConfig} from './configuration'
66
import {BuildResult} from './build-results'
77
import {CacheOptions, CacheService} from './cache-service'
88

9-
const NOOP_CACHING_REPORT =
10-
'[Cache was disabled](https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#disabling-caching). Gradle User Home was not restored from or saved to the cache.'
9+
const NOOP_CACHING_REPORT = `
10+
[Cache was disabled](https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#disabling-caching). Gradle User Home was not restored from or saved to the cache.
11+
`
1112

1213
const CACHE_LICENSE_WARNING = `
1314
***********************************************************

0 commit comments

Comments
 (0)