Grep fix for flarectl.

This commit is contained in:
2024-12-31 11:54:48 -05:00
parent 288bc0e282
commit df374fd6f4
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
image: solidnerd/cloudflare
options: -v ${{ github.workspace }}:/workspace
run: |
/flarectl --json dns list --zone $CF_ZONE_ID --type CNAME --content trez.wtf | grep -E '($(echo ${CF_SUBDOMAINS}))'
/flarectl --json dns list --zone $CF_ZONE_ID --type CNAME --content trez.wtf | grep -E "$(echo ${CF_SUBDOMAINS})"
# docker-compose-test:
# name: Docker Compose Test
# needs: [create-pr]