serverless / github-action

:zap::octocat: A Github Action for deploying with the Serverless Framework
Apache License 2.0
662 stars 173 forks source link

Unable to resolve action `serverless/github-action@v3.2`, repository or version not found #93

Open agawley opened 1 month ago

agawley commented 1 month ago

I am using VSCode with the GitHub Actions plugin.

I get the following error in the console:

Unable to resolve action 'serverless/github-action@v3.2', repository or version not found

Any idea why or how to fix?

vianaz commented 1 month ago

@agawley same here

image

I have been tried with another versions (master, v1, v2, ....) apparently the only one that work is the next, how you can see in pic

image

I tried to see the github actions extension outputs, but nothing that shows a lot....

image

UmairJibran commented 1 month ago

It is only annoying, because I am getting the same error message but it's just in the VS Code, the action is being executed properly.