Update sync-configuration.yml

This commit is contained in:
Stefan Pejcic 2024-08-09 16:31:58 +02:00 committed by GitHub
parent 003abdd5cd
commit 00b5dc823a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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