When using git sync, is there a way to control the Git username format of each commit?
When using git sync, is there a way to control the Git username format of each commit?


Bad request: As a non logged in user, you can only see jobs ran by anonymous users#requirementshttps://app.windmill.dev/scripts/get/6e4a3233a20e453a?workspace=test#entity_id=1234class supabase(TypedDict):
url: str
key: str
def main(supabase_auth: supabase, workflow_id: int, message: str):#[derive(Serialize, Debug)]
struct supabase {
url: String,
key: String
}
fn main(supabase_auth: supabase) -> anyhow::Result<Ret> {