pksunkara / cargo-workspaces

A tool for managing cargo workspaces and their crates, inspired by lerna
MIT License
465 stars 46 forks source link

error: not on a git branch #160

Closed patrickelectric closed 2 months ago

patrickelectric commented 2 months ago

No idea why I'm getting this error message when running in an action

https://github.com/mavlink/rust-mavlink/actions/runs/9994141946

pksunkara commented 2 months ago

When code is checked out in github actions, it's generally not on a branch. That is why you are getting that error. Please make sure to checkout the default branch before that step