From 889d8fff396616de3d3a03bc3f6a17230a63e7af Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Sun, 8 Sep 2024 13:45:54 +0200 Subject: [PATCH] up --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6e9c580..b3a10be 100644 --- a/mix.exs +++ b/mix.exs @@ -146,7 +146,7 @@ defmodule Req.MixProject do fn _ -> if github? do - IO.puts("::group::#{command}") + IO.puts("::group::mix #{command}") Mix.Task.rerun(task, args) IO.puts("::endgroup::") else