diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d746e2..4ff7926 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,8 +29,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add -A - git commit -m "update instances" -a || : + git commit -Am "update instances" || : - name: push changes uses: ad-m/github-push-action@v0.6.0 with: diff --git a/.gitignore b/.gitignore index a50c6bd..7696212 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ web-ext-artifacts/ .DS_Store nod node_modules -package-lock.json \ No newline at end of file +package-lock.json +src/instances/blacklist.json +src/instances/data.json