From 4ad275e3165691477607b8f5fff51b5de3fa94f7 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Tue, 4 Feb 2025 13:06:48 -0800 Subject: [PATCH] Testing --- .forgejo/workflows/update-flake-lock.yml | 1 + 1 file changed, 1 insertion(+) 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