diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f621feb..e37f953 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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