coverallsapp / github-action

Coveralls Github Action
https://coveralls.io
MIT License
467 stars 75 forks source link

Unable to resolve action #94

Open razzeee opened 3 years ago

razzeee commented 3 years ago

It doesn't seem to work anymore, since the outage.

Error: Unable to resolve action `coverallsapp/github-action@v1.1.3`, unable to find version `v1.1.3`

https://github.com/elm-tooling/elm-language-server/runs/3677399785

razzeee commented 3 years ago

Not sure why it even tries that, when I have configured

uses: coverallsapp/github-action@v1.1.2

One thing that's weird, is that your new version was tagged as 1.1.3, when it should probably have been v1.1.3. So that might be causing the problems.

It works, when I reference master or 1.1.3.

Here's my fix for now. A v1 branch would be handy. https://github.com/elm-tooling/elm-language-server/pull/643