fix: re-import withGroupAsync in init-action.ts after merge

This commit is contained in:
Sam Robson
2026-04-30 16:48:45 +01:00
parent e9e36aec74
commit 80a72986d3
+1 -1
View File
@@ -54,7 +54,7 @@ import {
runDatabaseInitCluster,
} from "./init";
import { JavaEnvVars, BuiltInLanguage } from "./languages";
import { getActionsLogger, Logger } from "./logging";
import { getActionsLogger, Logger, withGroupAsync } from "./logging";
import {
downloadOverlayBaseDatabaseFromCache,
OverlayBaseDatabaseDownloadStats,