From 2152cfdf1fbe67ea748d7a738d95025a6fd32f83 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Tue, 14 Jul 2026 18:26:32 -0400 Subject: [PATCH] Add --server to post-update hook --- .scala-steward.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scala-steward.conf b/.scala-steward.conf index 496555c..131e923 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,6 +1,6 @@ postUpdateHooks = [ { - command = ["sbt", "updateYml"], + command = ["sbt", "--server", "updateYml"], commitMessage = "Regenerated action.yml", groupId = "org.scala-sbt", artifactId = "sbt"