diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 56f5ef4b..bcf37935 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -22,6 +22,7 @@ jobs: if: success() run: | 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