diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/man-update.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/nix-update-inputs.yaml | 4 | ||||
-rw-r--r-- | .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: [email protected] - commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + commit_author: Mihai Fufezan <[email protected]> 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: [email protected] - commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + commit_author: Mihai Fufezan <[email protected]> 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: [email protected] - commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + commit_author: Mihai Fufezan <[email protected]> |