Typo fix on L80.
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "flarectl found in cache."
|
echo "flarectl found in cache."
|
||||||
fi
|
fi
|
||||||
flarectl --json dns list --zone "trez.wtf" --type=CNAME --content "trez.wtf" | jq jq '.[].Name' | sed -e 's|"||g' | awk -F"." '{print $1}' | sort > cloudflare_subdomains.txt
|
flarectl --json dns list --zone "trez.wtf" --type=CNAME --content "trez.wtf" | jq '.[].Name' | sed -e 's|"||g' | awk -F"." '{print $1}' | sort > cloudflare_subdomains.txt
|
||||||
|
|
||||||
- name: Grab subdomains from Compose
|
- name: Grab subdomains from Compose
|
||||||
id: compose-domains
|
id: compose-domains
|
||||||
|
|||||||
Reference in New Issue
Block a user