This commit is contained in:
2025-01-03 14:57:38 -05:00
parent 269af634c2
commit 8aad011b31
+5 -5
View File
@@ -88,7 +88,7 @@ jobs:
echo "Grabbing subdomains from Cloudflare..." echo "Grabbing subdomains from Cloudflare..."
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 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: Compare Subdomains and Create Missing Ones - name: Compare Subdomains
id: compare-subdomains id: compare-subdomains
uses: LouisBrunner/diff-action@v2.2.0 uses: LouisBrunner/diff-action@v2.2.0
with: with:
@@ -98,10 +98,10 @@ jobs:
tolerance: mixed-better tolerance: mixed-better
output: domain_compare.txt output: domain_compare.txt
# - name: Create Missing Subdomains - name: Create Missing Subdomains
# if: steps.compare-subdomains.outputs.output != '' if: steps.compare-subdomains.outputs.output != ''
# run: | run: |
# cat ${{ steps.compare-subdomains.outputs.output }} cat domain_compare.txt
# merge-pr: # merge-pr:
# name: PR Merge # name: PR Merge