-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
This is a rare case, especially when using GitHub, but there are options to use VCS other than git, e.g. Jujutsu. But gh-workflow
relies on the git repository and git binary available here
Lines 37 to 42 in 11be623
let root_dir = String::from_utf8( | |
Command::new("git") | |
.args(["rev-parse", "--show-toplevel"]) | |
.output()? | |
.stdout, | |
)?; |
Consider using other approaches to find proper root to put the workflow files. Maybe https://github.com/azzamsa/toor could be helpful
Metadata
Metadata
Assignees
Labels
No labels