mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update sync-configuration.yml
This commit is contained in:
parent
003abdd5cd
commit
00b5dc823a
4
.github/workflows/sync-configuration.yml
vendored
4
.github/workflows/sync-configuration.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user