data and blacklist only handled by ci

This commit is contained in:
BobIsMyManager 2022-07-14 10:00:58 +01:00
parent 708ba97ab8
commit f719a9c890
2 changed files with 4 additions and 3 deletions

View File

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

4
.gitignore vendored
View File

@ -2,4 +2,6 @@ web-ext-artifacts/
.DS_Store
nod
node_modules
package-lock.json
package-lock.json
src/instances/blacklist.json
src/instances/data.json