From d90b82e2b5eb95024cf40e18d48988729214be26 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 12 Jan 2024 14:52:47 +0100 Subject: [PATCH] fix CI --- .gitea/workflows/cargo.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cargo.yaml b/.gitea/workflows/cargo.yaml index 9577e27..09c1348 100644 --- a/.gitea/workflows/cargo.yaml +++ b/.gitea/workflows/cargo.yaml @@ -20,4 +20,7 @@ jobs: with: # Optional. Commit message for the created commit. # Defaults to "Apply automatic changes" - commit_message: cargo CI + commit_message: automatic cargo CI changes + commit_user_name: Gitea CI + commit_user_email: noreply@cscherr.de + commit_author: Gitea CI