Merge pull request 'data and blacklist only handled by ci' (#7) from BobIsMyManager/libredirect:master into master

Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/7
This commit is contained in:
ManeraKai 2022-07-17 08:07:25 +02:00
commit c1802f2670
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:

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ web-ext-artifacts/
nod
node_modules
package-lock.json
src/instances/blacklist.json
src/instances/data.json