diff options
author | Mihai Fufezan <[email protected]> | 2023-08-14 15:34:40 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-08-14 15:34:44 +0300 |
commit | e5fb9b1b026904a2832e6134dffac3af06a33c67 (patch) | |
tree | b7291b06ea9a2ffe15432a6743a3e095fc290228 /.github/workflows | |
parent | 13886a264f7e076681f9c2c65367c643a973f390 (diff) | |
download | Hyprland-e5fb9b1b026904a2832e6134dffac3af06a33c67.tar.gz Hyprland-e5fb9b1b026904a2832e6134dffac3af06a33c67.zip |
CI: update auto commit author & committer
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/man-update.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/nix-update-inputs.yaml | 4 | ||||
-rw-r--r-- | .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 <[email protected]> + commit_user_name: Mihai Fufezan + commit_user_email: [email protected] + 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 <[email protected]> + commit_user_name: Mihai Fufezan + commit_user_email: [email protected] + 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 <[email protected]> + commit_user_name: Mihai Fufezan + commit_user_email: [email protected] + commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |