Debugging CF subdomain step; adding cache action.

This commit is contained in:
2025-01-01 12:12:53 -05:00
parent 1b6cd1c56b
commit bf843dbddb
+10 -1
View File
@@ -40,6 +40,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Setup yq
uses: dcarbone/install-yq-action@v1
@@ -75,7 +84,7 @@ jobs:
CF_API_KEY: ${{ secrets.CF_API_TOKEN }}
CF_API_EMAIL: ${{ secrets.CF_API_EMAIL }}
run: |
flarectl --json dns list --zone "trez.wtf" --type CNAME --content "trez.wtf"
flarectl --json dns list --zone=trez.wtf --type CNAME --content "trez.wtf"
# - name: Compare Subdomains
# id: compare-subdomains