mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-06 13:24:13 +02:00
Lint fix
Signed-off-by: Ivan Milisavljevic <cartman.dev@gmail.com>
This commit is contained in:
parent
4168d52f15
commit
f96d30352c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export async function complete(): Promise<void> {
|
|||
|
||||
// Stop gradle daemons
|
||||
const shouldStopDaemons = core.getBooleanInput(STOP_DAEMON_PARAMETER)
|
||||
if (shouldStopDaemons){
|
||||
if (shouldStopDaemons) {
|
||||
core.info('Stopping all Gradle daemons')
|
||||
await stopAllDaemons(getUniqueGradleHomes(buildResults))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue