From 588eecb52ff3d54e335bd6e66305dc863789d073 Mon Sep 17 00:00:00 2001 From: DragonflyPacificGallery <103845857+DragonflyPacificGallery@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:02:01 +0200 Subject: [PATCH] change email for actions change to actions@github.com --- .github/workflows/run-automations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-automations.yml b/.github/workflows/run-automations.yml index 90cb66a3..95b859ce 100644 --- a/.github/workflows/run-automations.yml +++ b/.github/workflows/run-automations.yml @@ -23,6 +23,6 @@ jobs: - name: Commit & Push uses: actions-x/commit@v6 with: - email: noreply@blocklist.site + email: actions@github.com name: GitHub Actions branch: master