From e5fb9b1b026904a2832e6134dffac3af06a33c67 Mon Sep 17 00:00:00 2001
From: Mihai Fufezan <fufexan@protonmail.com>
Date: Mon, 14 Aug 2023 15:34:40 +0300
Subject: [PATCH] CI: update auto commit author & committer

---
 .github/workflows/man-update.yaml         | 4 +++-
 .github/workflows/nix-update-inputs.yaml  | 4 +++-
 .github/workflows/nix-update-wlroots.yaml | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/man-update.yaml b/.github/workflows/man-update.yaml
index 224d81a4..931e1d62 100644
--- a/.github/workflows/man-update.yaml
+++ b/.github/workflows/man-update.yaml
@@ -26,4 +26,6 @@ jobs:
       name: Commit
       with:
         commit_message: "[gha] build man pages"
-        commit_author: Mihai Fufezan <fufexan@protonmail.com>
+        commit_user_name: Mihai Fufezan
+        commit_user_email: fufexan@protonmail.com
+        commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
diff --git a/.github/workflows/nix-update-inputs.yaml b/.github/workflows/nix-update-inputs.yaml
index 13dc499c..005f8a4f 100644
--- a/.github/workflows/nix-update-inputs.yaml
+++ b/.github/workflows/nix-update-inputs.yaml
@@ -38,4 +38,6 @@ jobs:
     - uses: stefanzweifel/git-auto-commit-action@v4
       with:
         commit_message: "Nix: bump inputs"
-        commit_author: Mihai Fufezan <fufexan@protonmail.com>
+        commit_user_name: Mihai Fufezan
+        commit_user_email: fufexan@protonmail.com
+        commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
diff --git a/.github/workflows/nix-update-wlroots.yaml b/.github/workflows/nix-update-wlroots.yaml
index 3a9f6998..2867ba89 100644
--- a/.github/workflows/nix-update-wlroots.yaml
+++ b/.github/workflows/nix-update-wlroots.yaml
@@ -33,4 +33,6 @@ jobs:
     - uses: stefanzweifel/git-auto-commit-action@v4
       with:
         commit_message: "Nix: bump wlroots"
-        commit_author: Mihai Fufezan <fufexan@protonmail.com>
+        commit_user_name: Mihai Fufezan
+        commit_user_email: fufexan@protonmail.com
+        commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>