mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-05 07:46:11 +02:00
Disable dependencies cache by default
This commit is contained in:
parent
ae50675399
commit
2afa86ca9f
2 changed files with 2 additions and 2 deletions
|
@ -112,5 +112,5 @@ function tryDeleteFiles(filePaths: string[]): boolean {
|
|||
}
|
||||
|
||||
function isDependenciesCacheDisabled(): boolean {
|
||||
return !github.inputBoolean('dependencies-cache-enabled', true)
|
||||
return !github.inputBoolean('dependencies-cache-enabled', false)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue