This commit is contained in:
Alex Rodionov 2024-05-30 13:49:50 -07:00
parent d520205885
commit 418a29d1a0
2 changed files with 3 additions and 3 deletions

View file

@ -189,7 +189,7 @@ async function startRemoteCacheServer() {
})
serverProcess.unref()
core.info(`Started remote cache server (${serverProcess.pid}`)
core.info(`Started remote cache server (${serverProcess.pid})`)
core.saveState('remote-cache-server-pid', serverProcess.pid.toString())
core.endGroup()
}