diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml
index bcf37935..877167b1 100644
--- a/.forgejo/workflows/update-flake-lock.yml
+++ b/.forgejo/workflows/update-flake-lock.yml
@@ -21,8 +21,8 @@ jobs:
       - name: Commit and Push
         if: success()
         run: |
+          git config --global user.email '${{ github.actor }}@sysctl.io'
           git config --global user.name '${{ github.actor }}'
-          git config --global user.name '${{ github.actor }}@sysctl.io'
           git commit -am "[${{ github.job }}] [ACT] Flake Lock Update"
           git push
       - name: Send Notification