-
Notifications
You must be signed in to change notification settings - Fork 249
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
git pull error #46
Comments
Well, we could move those lines further down: Lines 81 to 82 in bfeb9e0
but then you would encounter the problem when publishing packages, wouldn't you? Do you have any guesses on why this fails for you? It looks quite bizarre - you are cloning a repository as the very first step of your workflow, so how git repository could not be found? 🤔 |
True. Only difference I can think of from the the example is that its running in a container and not directly on the vm and it's using Node 14.5 instead of LTS. I'll try printing the CWD and debugging later today. |
It was because I was using the |
I came across the same thing, as an alternative if you need a stretch image you can do:
|
I'm getting this error when the action runs:
You can see the entire log (and repo) here: https://github.com/ianwalter/monorepo-example/runs/860303546?check_suite_focus=true
I think the git commands shouldn't run in
runPublish
ifchangesetPublishOutput
doesn't have a new tag ?The text was updated successfully, but these errors were encountered: