mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Remove incorrect comment
This commit is contained in:
parent
a810b86311
commit
d23c38fad3
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ function getCacheKeyEnvironment(): string {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getCacheKeyJob(): string {
|
function getCacheKeyJob(): string {
|
||||||
// Prefix can be used to force change all cache keys (defaults to cache protocol version)
|
|
||||||
return process.env[CACHE_KEY_JOB_VAR] || github.context.job
|
return process.env[CACHE_KEY_JOB_VAR] || github.context.job
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue