mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 08:45:58 +01:00
CI: set myself as author and committer
This commit is contained in:
parent
9d094f655e
commit
6692fb12ab
3 changed files with 5 additions and 5 deletions
2
.github/workflows/man-update.yaml
vendored
2
.github/workflows/man-update.yaml
vendored
|
@ -28,4 +28,4 @@ jobs:
|
||||||
commit_message: "[gha] build man pages"
|
commit_message: "[gha] build man pages"
|
||||||
commit_user_name: Mihai Fufezan
|
commit_user_name: Mihai Fufezan
|
||||||
commit_user_email: fufexan@protonmail.com
|
commit_user_email: fufexan@protonmail.com
|
||||||
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
commit_author: Mihai Fufezan <fufexan@protonmail.com>
|
||||||
|
|
4
.github/workflows/nix-update-inputs.yaml
vendored
4
.github/workflows/nix-update-inputs.yaml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "Nix: bump inputs"
|
commit_message: "[gha] Nix: bump inputs"
|
||||||
commit_user_name: Mihai Fufezan
|
commit_user_name: Mihai Fufezan
|
||||||
commit_user_email: fufexan@protonmail.com
|
commit_user_email: fufexan@protonmail.com
|
||||||
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
commit_author: Mihai Fufezan <fufexan@protonmail.com>
|
||||||
|
|
4
.github/workflows/nix-update-wlroots.yaml
vendored
4
.github/workflows/nix-update-wlroots.yaml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
|
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "Nix: bump wlroots"
|
commit_message: "[gha] Nix: bump wlroots"
|
||||||
commit_user_name: Mihai Fufezan
|
commit_user_name: Mihai Fufezan
|
||||||
commit_user_email: fufexan@protonmail.com
|
commit_user_email: fufexan@protonmail.com
|
||||||
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
commit_author: Mihai Fufezan <fufexan@protonmail.com>
|
||||||
|
|
Loading…
Reference in a new issue