diff options
author | Mihai Fufezan <[email protected]> | 2023-08-23 13:08:01 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2023-08-23 13:08:02 +0300 |
commit | 6692fb12ab958651b12b924d84fe3fa5b8139ed4 (patch) | |
tree | 8e170ad561573fff7169ac1c736c12c8e0eeb744 /.github | |
parent | 9d094f655e7add990b0b4d46c80bb10fe9e58b9a (diff) | |
download | Hyprland-6692fb12ab958651b12b924d84fe3fa5b8139ed4.tar.gz Hyprland-6692fb12ab958651b12b924d84fe3fa5b8139ed4.zip |
CI: set myself as author and committer
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]> |