Skip to content

Commit 84de570

Browse files
committed
ci: shorten signoff identity to satisfy gitlint
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
1 parent 2577563 commit 84de570

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-flake-inputs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
shell: bash
6363
run: |
6464
git config --global user.name "github-actions[bot]"
65-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
65+
git config --global user.email "github-actions@users.noreply.github.com"
6666
git config user.name "github-actions[bot]"
67-
git config user.email "github-actions[bot]@users.noreply.github.com"
67+
git config user.email "github-actions@users.noreply.github.com"
6868
6969
- name: Create or update pull request
7070
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0
@@ -76,8 +76,8 @@ jobs:
7676
flake.lock
7777
hosts/hetzci/plugins.json
7878
hosts/uae/azureci/plugins.json
79-
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
80-
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
79+
committer: github-actions[bot] <github-actions@users.noreply.github.com>
80+
author: github-actions[bot] <github-actions@users.noreply.github.com>
8181
commit-message: |
8282
flake.lock: Update flake inputs and Jenkins plugins
8383

0 commit comments

Comments
 (0)