diff options
author | Mihai Fufezan <[email protected]> | 2023-08-04 17:18:07 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-08-04 17:41:42 +0300 |
commit | 79ce387cb86e583e0f8dfd99d90176680238742b (patch) | |
tree | 28c9695599ec6400cf7a03d58fb187b6dc0a17f1 | |
parent | ef0d97153ac121a75be1478808123ab8e7cdf4de (diff) | |
download | Hyprland-79ce387cb86e583e0f8dfd99d90176680238742b.tar.gz Hyprland-79ce387cb86e583e0f8dfd99d90176680238742b.zip |
CI: update auto commit author
-rw-r--r-- | .github/workflows/man-update.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/nix-update-inputs.yaml | 1 | ||||
-rw-r--r-- | .github/workflows/nix-update-wlroots.yaml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/man-update.yaml b/.github/workflows/man-update.yaml index a42a6fe4..224d81a4 100644 --- a/.github/workflows/man-update.yaml +++ b/.github/workflows/man-update.yaml @@ -26,3 +26,4 @@ jobs: name: Commit with: commit_message: "[gha] build man pages" + commit_author: Mihai Fufezan <[email protected]> diff --git a/.github/workflows/nix-update-inputs.yaml b/.github/workflows/nix-update-inputs.yaml index 473b7402..13dc499c 100644 --- a/.github/workflows/nix-update-inputs.yaml +++ b/.github/workflows/nix-update-inputs.yaml @@ -38,3 +38,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "Nix: bump inputs" + commit_author: Mihai Fufezan <[email protected]> diff --git a/.github/workflows/nix-update-wlroots.yaml b/.github/workflows/nix-update-wlroots.yaml index 25650400..3a9f6998 100644 --- a/.github/workflows/nix-update-wlroots.yaml +++ b/.github/workflows/nix-update-wlroots.yaml @@ -33,3 +33,4 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "Nix: bump wlroots" + commit_author: Mihai Fufezan <[email protected]> |