Skip to content

Commit a567797

Browse files
author
Willem Leuverink
authored
Update commit credentials
1 parent ae994a8 commit a567797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-ca-file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Commit changes
3535
if: env.CHANGED == 'true'
3636
run: |
37-
git config --local user.email "simon.hamp@me.com"
38-
git config --local user.name "Simon Hamp"
37+
git config --local user.email "willem@leuver.ink"
38+
git config --local user.name "Willem Leuverink"
3939
git add cacert.pem
4040
git commit -m "Update CA file"
4141
git push

0 commit comments

Comments
 (0)