-
Notifications
You must be signed in to change notification settings - Fork 28
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
Sync ThingModel action failed #382
Comments
argh, I didn't take into account that the push of the previous job could cause some troubles. I think that the two jobs are run in parallel.... this makes things complicated... let me check |
re-open since it did not work 😌 see https://github.com/w3c/wot-scripting-api/actions/runs/1826805143 |
@relu91 shall we split the 2 subtasks into 2 GitHub actions or do you want to give it another try? |
Splitting might work here, but now the action is falling for a different reason... I was thinking that the order of the steps were:
But actually, it first pulls which is falling cause we have un-committed changes 😢 . I'll to the docs again to see if I can change this behavior. |
Seems someone else's has the same use-case: EndBug/add-and-commit#359 |
today's scripting call
|
see https://github.com/w3c/wot-scripting-api/actions/runs/1821091154
it seems the previous "sync-td" job seems to cause the issue?
@relu91
The text was updated successfully, but these errors were encountered: