Skip to content

Commit

Permalink
fix bank-id
Browse files Browse the repository at this point in the history
  • Loading branch information
malikshi authored Jul 21, 2023
1 parent 46d02f9 commit 2de384e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "URLTEST=https://raw.githubusercontent.com/malikshi/v2ray-rules-dat/rule/urltest.txt" >> $GITHUB_ENV
echo "RULE_SPEEDTEST=https://raw.githubusercontent.com/malikshi/v2ray-rules-dat/rule/rule_speedtest.txt" >> $GITHUB_ENV
echo "MALICIOUS_HOST=https://raw.githubusercontent.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/main/Google_hostnames_light.txt" >> $GITHUB_ENV
echo "RULE_BANK-ID=https://raw.githubusercontent.com/malikshi/v2ray-rules-dat/rule/rule_bank-id.txt" >> $GITHUB_ENV
echo "RULE_BANK_ID=https://raw.githubusercontent.com/malikshi/v2ray-rules-dat/rule/rule_bank-id.txt" >> $GITHUB_ENV
shell: bash

- name: Checkout the "hidden" branch of this repo
Expand Down Expand Up @@ -224,8 +224,8 @@ jobs:
wget -O rule-speedtest.txt $RULE_SPEEDTEST
wget -O ./community/data/rule-malicious $MALICIOUS_HOST
wget -O rule-malicious.txt $MALICIOUS_HOST
wget -O ./community/data/bank-id $RULE_BANK-ID
wget -O bank-id.txt $RULE_BANK-ID
wget -O ./community/data/bank-id $RULE_BANK_ID
wget -O bank-id.txt $RULE_BANK_ID
- name: Filter and save d3ward.txt
run: |
Expand Down

0 comments on commit 2de384e

Please sign in to comment.