Pull request
sbt/setup-sbt#107
At the time of the pull request (https://github.com/sbt/setup-sbt/blob/66fb4376e81982c7d92a4074170846fff88e2e30/.scala-steward.conf) the post update hook looked like:
postUpdateHooks = [
{
command = ["sbt", "updateYml"],
commitMessage = "Regenerated action.yml",
groupId = "org.scala-sbt",
artifactId = "sbt"
}
]
Problem
This hook used to update action.yml, but it stopped working.
Expectation
It would nice if we can get the error message included into the pull request.
Notes
Could it be because sbt/setup-sbt is on sbt 2?
Pull request
sbt/setup-sbt#107
At the time of the pull request (https://github.com/sbt/setup-sbt/blob/66fb4376e81982c7d92a4074170846fff88e2e30/.scala-steward.conf) the post update hook looked like:
Problem
This hook used to update
action.yml, but it stopped working.Expectation
It would nice if we can get the error message included into the pull request.
Notes
Could it be because sbt/setup-sbt is on sbt 2?