Skip to content

Post update hook silently failed #3935

Description

@eed3si9n

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions