mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 07:26:59 +03:00
Change blacklists location
This commit is contained in:
2
.github/workflows/bl.yml
vendored
2
.github/workflows/bl.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
timestamp=`date "+%Y.%m.%d %H:%M:%S"`
|
||||
git config --global user.name "${{ env.REPO_OWNER }}"
|
||||
git config --global user.email "${{ env.REPO_OWNER }}@github.com"
|
||||
git add blacklist*txt
|
||||
git add auto/blacklist*txt
|
||||
git diff --staged --quiet || CHANGED=true
|
||||
if [ "$CHANGED" = true ]; then
|
||||
git commit -m "Update $timestamp"
|
||||
|
||||
Reference in New Issue
Block a user