From 00b5dc823a11992653a834d60195e6c6e4dcbe15 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 9 Aug 2024 16:31:58 +0200 Subject: [PATCH] Update sync-configuration.yml --- .github/workflows/sync-configuration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-configuration.yml b/.github/workflows/sync-configuration.yml index 334aa642..a264c0ad 100644 --- a/.github/workflows/sync-configuration.yml +++ b/.github/workflows/sync-configuration.yml @@ -31,8 +31,8 @@ jobs: run: | rsync -av --delete configuration-repo/ openpanel/configuration/ cd openpanel - git config user.name "GitHub Actions" - git config user.email "actions@github.com" + git config user.name github-actions + git config user.email github-actions@github.com git add . git commit -m "Sync configuration from stefanpejcic/OpenPanel-configuration" git push origin main