data and blacklist only handled by ci
This commit is contained in:
parent
21000150ca
commit
892f9595d2
|
@ -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:
|
||||
|
|
|
@ -3,3 +3,5 @@ web-ext-artifacts/
|
|||
nod
|
||||
node_modules
|
||||
package-lock.json
|
||||
src/instances/blacklist.json
|
||||
src/instances/data.json
|
||||
|
|
Loading…
Reference in New Issue