-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment succeeds but action log says it failed #27
Comments
I encountered the same:
However, the deployment was succesfully done. Retrying the same action results in the same error, so it's reproducable. |
The same:
|
Same:
|
I'm getting a similar error with some differences:
The actual deployment on Vercel's end succeeds for me, too. The project in question is here: https://github.com/joonashak/reclab-web (N.B., I'm currently deploying just the |
Looks to be similar to issue #28 |
So the GitHub Actions docs says I can set the secret vercel inspect https://my-site.vercel.app --scope team_ABC123 Running that locally gives me the same error:
I tried to update to the latest cli |
So this is happening during the |
I've contacted Vercel Support about this, as I believe this is an upstream issue. |
@simonhaenisch did you get any update? contacted them as well, but didn't get any response yet. |
Yeah they said it's an issue with the |
Is there a GitHub issue on the https://github.com/vercel/vercel repo anyone has a link to? |
Nope because |
Well that's a convenient way to appear less buggy 😠 |
That's annoying, I have to do manually deployment. |
I've got a fork that is working for me (use |
I've filled an issue about this as well, got in response:
|
It works for me now. |
I've got a response from the Vercel support team
|
Got the same response from support as well, and new deployments with this action are working again for us. |
do you mean new pull requests (assuming you're using this action for deploying PR previews?) |
We use it to manually deploy master to a staging environment. It works for new commits on master now. PR previews are done by the Github Integration. |
HI.
The setup in my .yml file is:
On push to master the action gets triggered but when it finishes action log says it failed (even tho code gets deployed and logs on vercel.com confirm succesful deployment)
Action logs:
Any ideas?
The text was updated successfully, but these errors were encountered: