-
-
Notifications
You must be signed in to change notification settings - Fork 429
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
Cannot destructure property 'path' of 'undefined' as it is undefined #3329
Comments
Hi @AllDmeat Thanks for reporting. I'm fairly sure this will work as it did before if you disable |
Are you able to provide the full log of the run? That would be very useful if you can. Or, if there are log lines which say |
I've released a change in If it doesn't fix the issue, please look for warning lines in the log which start with |
Hi, we had this very same issue, and this is the gha run entry: https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/10869083828 There was a report about skipping unexpected diff entry:
I believed that the run used |
I am experiencing the same problem. Let me know which kind of information can be helpful for the debugging process of this I did see warnings on almost all the changes that we had
|
@AnnAngela @luong-komorebi Thank you both for your reports. I've identified the issue and I have a fix ready to release. |
@AnnAngela @luong-komorebi I've released I'm still going to leave this issue open. The nature of this particular feature means that there could be other related issues that also cause the same error. For anyone experiencing this error on |
I can confirm that this issue is now resolved. @peter-evans Thank you for your prompt support |
Sorry, missed your message. There were such logs. Updating to 7.0.3 fixed issue for me. Thanks a lot. |
Updating to 7.0.3 fixed issue for us, like MaaAssistantArknights/MaaAssistantArknights@ |
Subject of the issue
Update from v6 to v7 broke branches autosync: Keep a branch up-to-date with another
Logs:
Only changes I've made to step is:
v7
token
intobranch-token
sign-commits
Steps to reproduce
Job with v6
This works just fine:
Job with v7
This doesn't work:
The text was updated successfully, but these errors were encountered: