mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 10:45:59 +01:00
CI: update auto commit author & committer
This commit is contained in:
parent
13886a264f
commit
e5fb9b1b02
3 changed files with 9 additions and 3 deletions
4
.github/workflows/man-update.yaml
vendored
4
.github/workflows/man-update.yaml
vendored
|
@ -26,4 +26,6 @@ jobs:
|
||||||
name: Commit
|
name: Commit
|
||||||
with:
|
with:
|
||||||
commit_message: "[gha] build man pages"
|
commit_message: "[gha] build man pages"
|
||||||
commit_author: Mihai Fufezan <fufexan@protonmail.com>
|
commit_user_name: Mihai Fufezan
|
||||||
|
commit_user_email: fufexan@protonmail.com
|
||||||
|
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||||
|
|
4
.github/workflows/nix-update-inputs.yaml
vendored
4
.github/workflows/nix-update-inputs.yaml
vendored
|
@ -38,4 +38,6 @@ jobs:
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "Nix: bump inputs"
|
commit_message: "Nix: bump inputs"
|
||||||
commit_author: Mihai Fufezan <fufexan@protonmail.com>
|
commit_user_name: Mihai Fufezan
|
||||||
|
commit_user_email: fufexan@protonmail.com
|
||||||
|
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||||
|
|
4
.github/workflows/nix-update-wlroots.yaml
vendored
4
.github/workflows/nix-update-wlroots.yaml
vendored
|
@ -33,4 +33,6 @@ jobs:
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "Nix: bump wlroots"
|
commit_message: "Nix: bump wlroots"
|
||||||
commit_author: Mihai Fufezan <fufexan@protonmail.com>
|
commit_user_name: Mihai Fufezan
|
||||||
|
commit_user_email: fufexan@protonmail.com
|
||||||
|
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||||
|
|
Loading…
Reference in a new issue