Fix typos & indent

This commit is contained in:
loyalsoldier 2020-01-27 20:45:39 +08:00
parent b1148f1bb7
commit 82a87b23e6

View File

@ -1,4 +1,4 @@
name: Build v2ray rules dat files name: Build V2Ray rules dat files
on: on:
schedule: schedule:
- cron: "0 22 * * *" - cron: "0 22 * * *"
@ -41,12 +41,12 @@ jobs:
echo "::add-path::$(dirname $GITHUB_WORKSPACE)/bin" echo "::add-path::$(dirname $GITHUB_WORKSPACE)/bin"
shell: bash shell: bash
- name: Checkout branch named hidden of this repo - name: Checkout the "hidden" branch
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: hidden ref: hidden
- name: Get GeoLite2 file - name: Get GeoLite2 zip file
run: | run: |
curl -L -o GeoLite2-Country-CSV.zip "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip" curl -L -o GeoLite2-Country-CSV.zip "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key=JvbzLLx7qBZT&suffix=zip"
unzip GeoLite2-Country-CSV.zip unzip GeoLite2-Country-CSV.zip