We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf69d3d commit dee243aCopy full SHA for dee243a
1 file changed
.github/workflows/update-cloudflare-proxies.yml
@@ -29,6 +29,7 @@ jobs:
29
30
echo "Fetching Cloudflare IP lists and merging"
31
curl -s $IPV4_URL > $IP_MERGED_FILE
32
+ echo "" >> $IP_MERGED_FILE
33
curl -s $IPV6_URL >> $IP_MERGED_FILE
34
35
- name: Commit and Push Changes
0 commit comments