Short summary
Automations fail to run because my repo uses JJ for version control which puts the underlying Git repo in a Detached HEAD state
Affected version or release
v1.0.6
Installation context
No response
What happened?
When automations get triggered, the following error message is surfaced:
Branch workflow cannot start from a detached HEAD. Check out the branch you want this workflow to run on, then run it again.
Steps to reproduce
- Initialize JJ in a Git repo
- Create a new JJ change
- Create an automation on that repo
Expected behavior
The automation is able to run successfully
Additional context
No response
Short summary
Automations fail to run because my repo uses JJ for version control which puts the underlying Git repo in a Detached HEAD state
Affected version or release
v1.0.6
Installation context
No response
What happened?
When automations get triggered, the following error message is surfaced:
Branch workflow cannot start from a detached HEAD. Check out the branch you want this workflow to run on, then run it again.Steps to reproduce
Expected behavior
The automation is able to run successfully
Additional context
No response