Skip to content

Commit f6e36ad

Browse files
authored
Update iplist-ir.yml
1 parent 945bf70 commit f6e36ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/iplist-ir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Create config.json in geoip repo
6262
if: ${{ steps.get_release.outputs.tag != steps.read_last.outputs.last }}
6363
run: |
64-
cat > geoip/config.json <<'JSON'
64+
cat > geoip/config.json <<EOF
6565
{
6666
"input": [
6767
{
@@ -85,7 +85,7 @@ jobs:
8585
}
8686
]
8787
}
88-
JSON
88+
EOF
8989

9090
- name: Download latest geoip.dat
9191
if: ${{ steps.get_release.outputs.tag != steps.read_last.outputs.last }}

0 commit comments

Comments
 (0)