Update sync.yml

This commit is contained in:
Dorae 2023-12-05 22:51:41 +08:00 committed by GitHub
parent 2bc2a0e220
commit 5e58edb2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,6 @@ jobs:
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
git add ./*.json
git add ./rule/*.json
git commit -m "Add JSON files"
git push