scala-steward-action: Unable to install coursier

Hi,

First of all, thanks for building this GitHub action, this is great!

I’ve been having problems when running it though. I’m literally copying and pasting the example from https://github.com/scala-steward-org/scala-steward-action#usage and the action is failing with: Unable to install coursier

Here is the output of the step:

Launch scala-steward-org/scala-steward-action@v2
  with:
    github-token: ***
    scala-steward-version: 0.5.0-385-e5e4789c-SNAPSHOT
    ignore-opts-files: true
    sign-commits: false
✓ Connected to Maven Central
##[error] ✕ Unable to install coursier

Also tried fixing the version to v2.1.0 and v2.0.0 and it also fails.

Is anyone else experiencing the same?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 18 (11 by maintainers)

Most upvoted comments

v2 release has been updated to v2.1.1

Yeah, that’s what I think too. I’ve been trying to replicate this issue on different repositories (public/private, creating a new Github user…) without luck 😦

I’ll try to dig tomorrow into the actual error you posted from the debug logs to see I can get at least the root cause