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