From 782a350e1f56292176ac8471195c889e47b2b841 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 24 Aug 2025 12:53:59 +0200 Subject: g2h:Add branches, tags and project name to overview page --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mise.toml') diff --git a/mise.toml b/mise.toml index 78eb153..a6eaf5a 100644 --- a/mise.toml +++ b/mise.toml @@ -9,7 +9,7 @@ run = "pip install -r requirements.txt" [tasks.run] description = "Run g2h with the test repo" alias = "r" -run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out" +run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out --name 'Test repo'" [tasks.commit] run = [ -- cgit v1.2.3