From 6692fb12ab958651b12b924d84fe3fa5b8139ed4 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Wed, 23 Aug 2023 13:08:01 +0300 Subject: [PATCH] CI: set myself as author and committer --- .github/workflows/man-update.yaml | 2 +- .github/workflows/nix-update-inputs.yaml | 4 ++-- .github/workflows/nix-update-wlroots.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/man-update.yaml b/.github/workflows/man-update.yaml index 931e1d62..215d8616 100644 --- a/.github/workflows/man-update.yaml +++ b/.github/workflows/man-update.yaml @@ -28,4 +28,4 @@ jobs: commit_message: "[gha] build man pages" commit_user_name: Mihai Fufezan commit_user_email: fufexan@protonmail.com - commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + commit_author: Mihai Fufezan diff --git a/.github/workflows/nix-update-inputs.yaml b/.github/workflows/nix-update-inputs.yaml index 59776f9d..886e2278 100644 --- a/.github/workflows/nix-update-inputs.yaml +++ b/.github/workflows/nix-update-inputs.yaml @@ -34,7 +34,7 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "Nix: bump inputs" + commit_message: "[gha] Nix: bump inputs" commit_user_name: Mihai Fufezan commit_user_email: fufexan@protonmail.com - commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + commit_author: Mihai Fufezan diff --git a/.github/workflows/nix-update-wlroots.yaml b/.github/workflows/nix-update-wlroots.yaml index 2867ba89..5e15675f 100644 --- a/.github/workflows/nix-update-wlroots.yaml +++ b/.github/workflows/nix-update-wlroots.yaml @@ -32,7 +32,7 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "Nix: bump wlroots" + commit_message: "[gha] Nix: bump wlroots" commit_user_name: Mihai Fufezan commit_user_email: fufexan@protonmail.com - commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + commit_author: Mihai Fufezan