Update update_blacklist.yml
This commit is contained in:
parent
54d997474d
commit
f76b3791ef
|
@ -30,6 +30,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'github-actions[bot]'
|
git config --global user.name 'github-actions[bot]'
|
||||||
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||||
git add transmission_blacklist.txt
|
git add .
|
||||||
git commit -m 'Update transmission blacklist'
|
git commit -m 'Update transmission blacklist'
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue