-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error creating deployment #1
Comments
Hey @tiferrei, thanks for filing the first issue! Were there additional commits pushed to the I am personally using this action on projects with feature branches - after I merge a PR I am deleting the branch. I haven't seen this error before on my repos |
Interesting, I tried with a new PR and it works. Can't seem to reproduce it so closing for now. Thanks for creating this action! |
Hi this issue seems to have resurfaced, exactly the same setup and environment. |
There are some new commits in development, however this is a PR from a release branch to master. |
This only ever happens on master, it fails to create the deployment with this error sometimes:
|
I found the issue. First |
@tiferrei could you please elaborate on the package dependencies being built differently to GitHub's suggestion? I will push a fix for the first issue now (I just had it happen on one of my own repos too). Thanks for your work looking into this! |
I've released a new version of the action that should resolve these issues. To use the new version:
I'll close this for now but feel free to file a new issue or re-open this one if you have issues with the package dependencies. |
Hi there, I have successfully used this action in a
develop
branch. After merging intomaster
it fails with:I don't understand this output, there were no conflicts merging the PR, it was merged. This workflow is running on
push
events, so it would be triggered on a new clean master commit.As you can see, the merge was successful:
Any idea what's going on?
Thank you,
Tiago
The text was updated successfully, but these errors were encountered: