github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Please add support for serverless v4

Open lxandrexl opened this issue 1 year ago • 1 comments

Don't forget to provide support here, we developers who use github actions would be very grateful.

lxandrexl avatar Jun 20 '24 01:06 lxandrexl

I have a PR open to address this and some other improvements. In the meantime I have them published here: https://github.com/ryanlawson/serverless-github-action

ryanlawson avatar Jun 24 '24 05:06 ryanlawson

@ryanlawson do you know by any chance when the PR will be ready? I tried the repo you linked but I'm getting the error "s:cli-error-handler: Configuration file not found in directory "/github/workspace"" My only option right now is to downgrade my project to Serverless 3 and use my old setup. Thanks

bernier avatar Sep 30 '24 19:09 bernier

V4 is already supported but you have to specify the version, serverless/github-action@v4. You can see it in action in the aws-ai-stack example project.

skierkowski avatar Sep 30 '24 20:09 skierkowski