mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 04:34:33 +08:00
Fix rendering of job-disabled message (#909)
This commit is contained in:
parent
dd0829a494
commit
6c6dec06f4
@ -6,8 +6,9 @@ import {CacheConfig} from './configuration'
|
||||
import {BuildResult} from './build-results'
|
||||
import {CacheOptions, CacheService} from './cache-service'
|
||||
|
||||
const NOOP_CACHING_REPORT =
|
||||
'[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.'
|
||||
const NOOP_CACHING_REPORT = `
|
||||
[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.
|
||||
`
|
||||
|
||||
const CACHE_LICENSE_WARNING = `
|
||||
***********************************************************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user